Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

LTRIM/RTRIM in X++

880 views
Skip to first unread message

Preeti Sonambekar

unread,
Dec 4, 2009, 3:51:01 PM12/4/09
to
How do we remove spaces from data using select statement in x++?
In sql we do something like this:

select ltrim(rtrim(name)) from employees

Thanks,
Preeti

luetter

unread,
Dec 6, 2009, 10:02:01 AM12/6/09
to
Hi,

you can use the function "StrLRTrim" of class "global".

http://www.axaptapedia.com/StrLRTrim


--
Best regards,

luetter

Preeti Sonambekar

unread,
Dec 7, 2009, 11:39:01 AM12/7/09
to
Thank you so much.
0 new messages