Project

General

Profile

Bug #407

Print Using improperly handles ; or , at the end of the line.

Added by Brian Flanagan almost 4 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
High
Target version:
-
Start date:
07/04/2020
Due date:
% Done:

0%

Estimated time:
2:00 h
Affected version:

Description

AOZ is apparently incorrectly assumes that either the ; or , indicates another variable name is to follow.
Hence, the "undefined" errors. Example:

#manifest: "pc"
#splashScreen: false
#speed: "safe"
#fps: false

Screen Open 0,640,400,8,Hires

qty=127 : rate#=12.53
Print Using "### pieces at ";qty;
Print Using "##.## per unit.  ";rate#,
Print Using "Total cost: ####.##";qty*rate#
Print "Line 2"

NOTE: "Line 2" should be on the 2nd line of the display. Everything else should be on the first line.

There should be a larger spacing before "Total cost" due to the comma.

Also available in: Atom PDF