Documentation

trim

Syntax: %trim(s)

trim spaces from beginning and end of s

Examples:

row = " 1. actone ..... 12345 "
#SHOW |%trim(@row)|

displays

|1. actone ..... 12345|

Add comment

Login or register to post comments