On 6/7/05 8:09 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
