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:
00355230
Views:
34
Forgot to mention; reduce() is a function in foxtools.fll

>>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
Reply
Map
View

Click here to load this message in the networking platform