Substring: Difference between revisions

m
Line 2,376:
 
<syntaxhighlight>
a$ = "2019-05-22timestr 22:54:22"systime
print substr a$ 12 5
print substr a$ 12 -1
Line 2,391:
print substr a$ i m
#
m = 5
c$ = "re"
m = 5
i = 1
while substr a$ i len c$ <> c$
1,983

edits