What's wrong with this?

xbury.cs at clearstream.com xbury.cs at clearstream.com
Wed Aug 10 09:59:29 EDT 2005


GOOD Catch Dave!!!

It crashes even MC2.6

<put char 1 of "test" is a "."> -- in the msg

but 

<char 1 of astring is a period> 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

use-revolution-bounces at lists.runrev.com wrote on 10/08/2005 15:53:12:

> 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
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution



-----------------------------------------
Visit us at http://www.clearstream.com
                                                          
IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

END OF DISCLAIMER



More information about the use-livecode mailing list