03-20-2025, 01:00 AM
I am trying to convert a QB64 program and I have encountered the command PRINT USING.
Does anyone know of a procedure to format text to simulate the command?
eg: PRINT USING "#,###,#00 Lives: # <--JAKE"; score2; lives2
if the score is 1234 and lives are 3: output would be: 1,234 Lives: 3 <--JAKE
Does anyone know of a procedure to format text to simulate the command?
eg: PRINT USING "#,###,#00 Lives: # <--JAKE"; score2; lives2
if the score is 1234 and lives are 3: output would be: 1,234 Lives: 3 <--JAKE
Logic is the beginning of wisdom.