Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove carriage returns in memos
Message
From
12/06/2001 09:00:12
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
12/06/2001 08:27:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00518280
Message ID:
00518318
Views:
15
>lcMemo = RTRIM(< MemoField >)
>
>DO WHILE RIGHT(lcMemo,1)=CHR(13)
> lcMemo=LEFT(lcMemo, LEN(lcMemo)-1)
>ENDDO
>REPLACE < MemoField > WITH lcMemo

Or, you could simply use the report expression rtrim(), without actually replacing.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform