tcrabtree
30th January 2003, 18:27
What is the Baan equivalent of the newline character.
In VB, for example, you can say:
Dim strNewLine As String
strNewLine = Chr(13)
How does that work in Baan? I need to append a newline character to a string but don't know how to do it. I'd rather not use a function that "does it for me."
I'd like to know how to do it myself. Thanks in advance for your help.
In VB, for example, you can say:
Dim strNewLine As String
strNewLine = Chr(13)
How does that work in Baan? I need to append a newline character to a string but don't know how to do it. I'd rather not use a function that "does it for me."
I'd like to know how to do it myself. Thanks in advance for your help.