Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chr()
Message
From
28/08/2012 08:34:56
 
 
To
28/08/2012 08:27:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Chr()
Miscellaneous
Thread ID:
01551485
Message ID:
01551674
Views:
54
>>>Is CHR(13) a carriage return?
>>
>>Yes. Also, CHR( 10 ) is a line feed.
>>
>>Depending on exactly what you're doing, you may need to use either just CR ( CHR( 13 ) ) or CRLF ( CHR( 13 ) + CHR( 10 ) ) to start a new line.
>
>I am trying to discover a way to remove (Carriage Returns/Enters) from captured web page text to tighten it up and make it more pleasant looking.
lcTxt = chrtran(lcTxr,chr(13)+chr(10),' ')
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform