Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trim MEMO help
Message
 
 
To
17/04/2002 08:49:10
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00645842
Message ID:
00645847
Views:
8
DIMENSION laLines[1]
lcCrLf = CHR(13)+Chr(10)
ALINES(laLines, mymemofiled, .T.)
lcNewMemo = ""
FOR i=1 TO ALEN(ALINES)
  * Put new line codes back '+ lcCrLf'
  *  or remove '+ lcCrLf' if you don't want new line codes in the memo
  lcNewMemo = lcNewMemo + laLines[i] + lcCrLf 
ENDFOR
>Hi all,
>
>I have many lines of memo fields needed to be trimmed to remove all right blanks :
>
< snip >
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform