11-21-2012, 10:50 PM
Hi,
I am taking a text value from a web application (using GetROProperty), and i need to split this text where an " appears.
For eg hello " need this " text
in the above eg i need to take the value : need this
Should I use an array and split the text or use Instr function ?
I am taking a text value from a web application (using GetROProperty), and i need to split this text where an " appears.
For eg hello " need this " text
in the above eg i need to take the value : need this
Should I use an array and split the text or use Instr function ?