11 hours ago
What I was finding weird about Charlie's code the If Then blocking:
Turns out Charlie uses no formatting options in the QB64 editor and blocks his IF THEN a different way more readable to him.
That issue resolved his blocking style is comaptible to QB64 code just not IDE formatting.
The _IIF versus IFF that is a difference in BAM (IFF) and QB64PE (_IIF) as the use of a varaible string for prompt to Input are good reasons to SPLIT this topic out to BAM.
Turns out Charlie uses no formatting options in the QB64 editor and blocks his IF THEN a different way more readable to him.
That issue resolved his blocking style is comaptible to QB64 code just not IDE formatting.
The _IIF versus IFF that is a difference in BAM (IFF) and QB64PE (_IIF) as the use of a varaible string for prompt to Input are good reasons to SPLIT this topic out to BAM.
b = b + ...