A
Azazal
hello,
Does anyone know how to search for a unique charater in a string. For
example,
Dim vcsel_name as string
' vcsel_name is a variable and changes as I compile my data, I need to
separate the data according to the last two characters of the string.
Therefor I need something like
if vcsel_name.find = "VO" then
(body of code)
end if
obviously I made up the .find function, but can anyone tell me the
proper function I could use to accomplish this task.
Thanks
Does anyone know how to search for a unique charater in a string. For
example,
Dim vcsel_name as string
' vcsel_name is a variable and changes as I compile my data, I need to
separate the data according to the last two characters of the string.
Therefor I need something like
if vcsel_name.find = "VO" then
(body of code)
end if
obviously I made up the .find function, but can anyone tell me the
proper function I could use to accomplish this task.
Thanks