ChewDoggie
Programmer
Gmorning All,
I have a field in my sql db that contains data that might look like this:
System="Yes" testName="thisTestName" foran="twenty"
and I'm looking for a way to grab the string thisTestName from the field. Obviously, thisTestName is an example. The value could be any length of characters. I suspect I'll use SubString function but don't know how to determine where the first quote mark and the last quote mark appears after testName=.
Chew
10% of your life is what happens to you. 90% of your life is how you deal with it.
I have a field in my sql db that contains data that might look like this:
System="Yes" testName="thisTestName" foran="twenty"
and I'm looking for a way to grab the string thisTestName from the field. Obviously, thisTestName is an example. The value could be any length of characters. I suspect I'll use SubString function but don't know how to determine where the first quote mark and the last quote mark appears after testName=.
Chew
10% of your life is what happens to you. 90% of your life is how you deal with it.