Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing extra blanks in a memo field
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00355212
Message ID:
00355224
Views:
33
>I am using a sql select statement to retreive data from several tables. At

How about using a UDF?

FUNC reducememo
PARAM tcData
LOCAL tcResult
tcResult=reduce(CHRTRAN(CHRTRAN(tcData, CHR(13),''), CHR(10),''), SPACE(1))
RETURN tcResult
ENDFUNC
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform