CHOP
s = CHOP (source)
Chops off the last character of the string source
.
Example
"Test"
s = print chop(s) ' Output: Tes
Code samples using CHOP
s = CHOP (source)
Chops off the last character of the string source
.
"Test"
s = print chop(s) ' Output: Tes