>I can't call a function contained in the script of a stack from the msg box
>("error in function handler"), but any object within the stack can call the
>same function without problem.  Is this standard behavior for the msg box?
>
>Regards,
>
>Scott

It works for me as long as the stack is the active (topLevel) stack 
and you just type the function call, not put etc.

        e.g.    myFunc(param1,param2)

        not     put myFunc(param1,param2)

Does this help?

Cheers

Peter
-- 
--------------------------------------------------------
Peter Reid
Reid-IT Limited, Loughborough, Leics., UK
Tel: +44 (0)1509 268843 Fax: +44 (0)870 052 7576
E-mail: [EMAIL PROTECTED]
Web: http://www.reidit.co.uk

Reply via email to