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:
01662515
Views:
48
>>>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.
>
>Thank you.

Check this https://dba.stackexchange.com/questions/187680/carriage-return-line-feed-stopped-working-in-sql-server
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