Hello,
What I need to do is make a virtual newline or "carrage return" symbol in a string so when it is drawn it will break up inot multi lines. I Know the ascii value is 13 for the carrage return symbol and have tried to use the code to add it into a string. can somebody help me with breaking strings with the carrage return symbol?
I thought something like this might work but it didn't:
"line 1 Chr(13) Line 2"
What I need to do is make a virtual newline or "carrage return" symbol in a string so when it is drawn it will break up inot multi lines. I Know the ascii value is 13 for the carrage return symbol and have tried to use the code to add it into a string. can somebody help me with breaking strings with the carrage return symbol?
I thought something like this might work but it didn't:
"line 1 Chr(13) Line 2"