baanfan
25th June 2002, 07:36
hello,
this is the buff string "Average ""24.06.2002 18:05:42""
scan.ret = string.scan(buff,"(%s,%s)",
read.average,read.date)
gives read.average = "average"
whereas read.date = ""
Can anybody help me how to read this string effctively.?and which is better to read an output with seperrators or without seperator..??
Can anybody help with string scan..?
this is the buff string "Average ""24.06.2002 18:05:42""
scan.ret = string.scan(buff,"(%s,%s)",
read.average,read.date)
gives read.average = "average"
whereas read.date = ""
Can anybody help me how to read this string effctively.?and which is better to read an output with seperrators or without seperator..??
Can anybody help with string scan..?