What's wrong with this?

David Burgun dburgun at dsl.pipex.com
Wed Aug 10 09:53:12 EDT 2005


Hi,

I am getting a crashing problem in revolution when I do this:

put empty into myNewList
put the folders into myFolderList
repeat  for each line myFolder in myFolderList
if char 1 of myFolder is a "." then next repeat

put myNewList & myFolder into myNewList
end repeat

It crashes on the "if" statement, if I change it to this:

if char 1 of myFolder = "."

then it works! Can't understand by RunRev should crash!

All the Best
Dave



More information about the use-livecode mailing list