
Single line out of Variant
Hi!
Thanks for reading my message.
I have a small question:
"How do I get a single line out of a variant in VB 5.0?)
For Example:
Br = Chr(13) + Chr(10)
test= "Hello" & Br & "How are you today?" & br & "Fine, Thank you"
How do I get the second, third or first line out of 'test' ?
I'm just a newbie so my example will be very low-programmed, but hey I
had to think of some example.
Thanks,
John Brookman