Q
Question Boy
I need to extract part of a string.
I have a string that contain tons of garbage. I need to get the actual
content, but seem to be having difficulty.
The string a associated to my variable sFile, It starts off with garbage
then has my content then has garbage. The content always start with "Below
is the result of" and always end with "submit: TRANSMIT"
How can I extract the content. I've been trying using InStr, InStrRev and
Mid but can't seem to get it to work?
Thank you!!!
QB
I have a string that contain tons of garbage. I need to get the actual
content, but seem to be having difficulty.
The string a associated to my variable sFile, It starts off with garbage
then has my content then has garbage. The content always start with "Below
is the result of" and always end with "submit: TRANSMIT"
How can I extract the content. I've been trying using InStr, InStrRev and
Mid but can't seem to get it to work?
Thank you!!!
QB