sachin03
8th April 2004, 21:07
Hi all,
I am trying to use the function string.scan. the problem is that my seperator is " (double quotes). How do I specify this seperator in the string scan function? I tried using
ret = string.scan(temp.string, "%s""""%s", temp.string1, temp.string2).
The return value of string scan is 2, but the string variables temp.string1 & temp.string2 are empty.
Any suggestions??:confused:
Thanx
Sachin
I am trying to use the function string.scan. the problem is that my seperator is " (double quotes). How do I specify this seperator in the string scan function? I tried using
ret = string.scan(temp.string, "%s""""%s", temp.string1, temp.string2).
The return value of string scan is 2, but the string variables temp.string1 & temp.string2 are empty.
Any suggestions??:confused:
Thanx
Sachin