B
bg_ie
Hi,
I want the first match in a string, which I do as follows -
Dim strArray As Variant
strArray = Split(str, Chr(10), 2)
then strArray stores my value (I only want the first string before my
token)
The problem is, I also want to use Chr(13) as a token in this splitting
operation. How do I do this?
Thanks,
Barry.
I want the first match in a string, which I do as follows -
Dim strArray As Variant
strArray = Split(str, Chr(10), 2)
then strArray stores my value (I only want the first string before my
token)
The problem is, I also want to use Chr(13) as a token in this splitting
operation. How do I do this?
Thanks,
Barry.