leftback

Syntax: %leftback(s,n)

return the leftmost part of s, n characters from the end

Examples:

#SHOW %leftback(1234567,2)

displays

12345

memory aid:

%leftback(anystring,@anynumber) plus %rightback(anystring,@anynumber) is 'anystring'



Contents left len