DougAtAvalon
Programmer
How do I bring in the carrage returns for a string function
If I have a string:
"fffff
GGG"
And I set that to a variable, then use SQL to put it in a field.
So I world use "ffff" & chr (13) & "ggg"
How do I find the carriage returns in the string variable???
-Doug
If I have a string:
"fffff
GGG"
And I set that to a variable, then use SQL to put it in a field.
So I world use "ffff" & chr (13) & "ggg"
How do I find the carriage returns in the string variable???
-Doug