2 lines
110 B
Text
2 lines
110 B
Text
origString$ = "Hello!" ' create original string
|
|
newString$ = origString$ ' make new strig from original
|