RosettaCodeData/Task/Increment-a-numerical-string/BASIC/increment-a-numerical-strin...

3 lines
36 B
Plaintext

s$ = "12345"
s$ = STR$(VAL(s$) + 1)