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