Which is faster?
- Posted by "Unkmar" <L3Euphoria at bellsouth.net> Jun 01, 2004
- 523 views
Which is faster?
if (line[1]='[' and line[length(line)] = ']') then OR if (equal("[]", line[1] & line[length(line)])) then
unkmar
Which is faster?
if (line[1]='[' and line[length(line)] = ']') then OR if (equal("[]", line[1] & line[length(line)])) then
unkmar