Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Should I use CHR(13) + CHR(10) as line feed?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01662512
Message ID:
01662513
Views:
64
>Hi,
>
>When creating a long string and trying to format it for better view in a report, I use CHR(13) + CHR(10). Here is an example:
>
>
>cString = "Part No " + MyTable.Part_No + chr(13) + chr(10) + ;
>"Part Descr " + myTable.Part_Descr + chr(13) + chr(10) 
>*-- and so on, adding other fields
>
>
>Then I store the cString into a field of SQL Server table. But when I copy the content of the field (from the SSMS) and then paste in a Notepad, the "line feed" is not respected. The entire string looks without breaks.
>
>What I am missing?
>
>TIA

Nothing, SSMS just removes all non printing chars from result.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform