August 13th, 1999, 06:30 AM
I am using a function in an automation interface.
The function takes as an argument a string separated with newlines. Since there is no such thing as the "\n" character in VB, I have tried using equivalents, such as vbCrLf , Chr$(13) & Chr$(10), etc. and none of these has worked so far.
Is there something that I can use in Visual Basic that will be recognized as the "\n" character by the interface?
The function takes as an argument a string separated with newlines. Since there is no such thing as the "\n" character in VB, I have tried using equivalents, such as vbCrLf , Chr$(13) & Chr$(10), etc. and none of these has worked so far.
Is there something that I can use in Visual Basic that will be recognized as the "\n" character by the interface?