Increment a numerical string: Difference between revisions

Content added Content deleted
Tag: Manual revert
Line 1,561: Line 1,561:
<syntaxhighlight lang="basic">define value = 0, text$ = "12345"
<syntaxhighlight lang="basic">define value = 0, text$ = "12345"


string value,text$
strint value,text$
+1 value
+1 value
intstr text$,value
intstr text$,value