Re: What's wrong with this?

2005-08-10 Thread Roger . E . Eller
> if char 1 of myFolder is a "." then next repeat > ... > All the Best > Dave Hi Dave, Have you tried this? if char 1 of myFolder is "." then next repeat I wonder if the "a" could be the problem. Roger Eller <[EMAIL PROTECTED] ___ use-revolution mail

Re: What's wrong with this?

2005-08-10 Thread xbury . cs
GOOD Catch Dave!!! It crashes even MC2.6 -- in the msg but should work... but how come it compiles this error? put this to that -- outputs to the msg without compile errors... but it doesn't crash rev... happy bugzilla trip! Xavier [EMAIL PROTECTED] wrote on 10/08/2005 15:53:12: > Hi,

What's wrong with this?

2005-08-10 Thread David Burgun
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"