Increment a numerical string: Difference between revisions

Content deleted Content added
Basicgames (talk | contribs)
Basicgames (talk | contribs)
Tag: Manual revert
Line 1,561:
<syntaxhighlight lang="basic">define value = 0, text$ = "12345"
 
stringstrint value,text$
+1 value
intstr text$,value