> u=u.trim("\x20",2)
> quit(u)
>
> Regards,
> Sheri
>
Just fyi, if you like conciseness, there is a .=
eg
c .= trim(" ", 2)
> u=u.trim("\x20",2)
> quit(u)
>
> Regards,
> Sheri
>
Just fyi, if you like conciseness, there is a .=
eg
c .= trim(" ", 2)