Bug or new feature? - It's A Big Bug!

Ken Ray kray at sonsothunder.com
Tue Jun 7 21:20:53 EDT 2005


On 6/7/05 8:09 PM, "SimPLsol at aol.com" <SimPLsol at aol.com> wrote:

> Ken, Eric,
>      I have not moved to 2.6, and this would be enough reason not to do so.
> Does the following also fail in 2.6?
> 
> on mouseUp (or some other command)
>      ask <string>
>      if the result is "Cancel" then exit mouseUp (or whatever command)
>      continueDoingStuff
> end mouseUp

Yes, it fails. The reason is that the result is now empty and not the string
"cancel", so code like this (and code like I use) would not match the 'if'
check.

I hope RunRev fixes this in 2.6.1...


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com



More information about the use-livecode mailing list