11-23-2012, 12:01 PM
Hi,
For your text <<hello "need this">> , you can use split function as below.
var = Split(text, """")
you will get <<need this>> in var(1)
Regards,
Saleel
For your text <<hello "need this">> , you can use split function as below.
var = Split(text, """")
you will get <<need this>> in var(1)
Regards,
Saleel