I need to be able to locate instances where a field contains a certain string in a certain position, or to take part of a string based on its position.
How, within QV script can I take a string, for example, that starts with "&searchstring="
I need to use whatever comes AFTER that string and before the NEXT "&"
for example:
&searchstring=AWD&
I need to be able to extract the "AWD" from that string.