mjmiller24
Programmer
Hello,
I am attempting to write some code where I need carriage returns.
I need something like
str := "7. Something here";
str2 := "See Attached";
field := {db.ID};
str + chr(13) + str2 + chr(13) + field
I have tried the above, but chr(13) just chops off the remainder of the text instead of creating a carriage return.
Can someone help me with this?
I am attempting to write some code where I need carriage returns.
I need something like
str := "7. Something here";
str2 := "See Attached";
field := {db.ID};
str + chr(13) + str2 + chr(13) + field
I have tried the above, but chr(13) just chops off the remainder of the text instead of creating a carriage return.
Can someone help me with this?