CHOP

s = CHOP (source)

Chops off the last character of the string source.

Example

s = "Test"
print chop(s)    ' Output: Tes
Code samples using CHOP