Message Box Functions broke in 6.1.3?

Earthednet-wp prothero at earthednet.org
Wed Nov 20 09:51:29 EST 2013


Chip,
If you want the tics to go to the message box, you should take out the put statement and return the ticks. Perhaps the two puts confuse LC.

Put foo()

Function foo
   Return the ticks
End foo

Bill

William Prothero
http://es.earthednet.org

> On Nov 20, 2013, at 6:07 AM, Chipp Walters <chipp at chipp.com> wrote:
> 
> I did this:
> 
> 1. Create a new stack
> 2. put the following in the card script:
> 
> function foo
>  put the ticks
> end foo
> 
> 3. Compiled it (Apply)
> 4. Put in msg:
> 
> put foo()
> 
> and the result is:
> 
> Message execution error:
> 
> Error description: Handler: can't find handler
> 
> Hint: foo()
> 
> ???
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list