05-11-2025, 09:17 AM
Hello. Is there a way to fix this problem?
A# = 3
PRINT USING "##"; A#
as a result I get "3"
how to modify the line so that the result is "03"
but if A# = 31 it should display "31"
thanks - Chris
A# = 3
PRINT USING "##"; A#
as a result I get "3"
how to modify the line so that the result is "03"
but if A# = 31 it should display "31"
thanks - Chris

