Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert statement with CHR(13)
Message
 
To
05/07/2001 10:15:39
Deepak Chopra
IBM Global Services India Pvt. Ltd.
Pune, India
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00526940
Message ID:
00526981
Views:
14
You may need to use chr(13) + chr(10) to get the effect that you want. For example:
cMessage = 'Some text here' + chr(13) + chr(10) + 'More text here'
>How i can populate the memo field from the statement having "Enter" (CHR(13)) in that. Thanks.
>
>Deepak.
Hector Correa
Previous
Reply
Map
View

Click here to load this message in the networking platform