--- In [email protected], "brucexs" <bswit...@...> wrote: > > > > u=u.trim("\x20",2) > > quit(u) > > > > Regards, > > Sheri > > > > Just fyi, if you like conciseness, there is a .= > eg > c .= trim(" ", 2) >
Thanks. Ugh, just realized that I only want to trim if the starting length > 1. Regards, Sheri
