Documentation

trimright

Syntax: %trimright(s)

trim trailing spaces from s

Examples:

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

displays:

| 1. actone ..... 12345|

Add comment

Login or register to post comments