On Sunday, July 13, 2003, at 07:27 PM, Dar Scott wrote:
Looks good to me.

This works:

on mouseUp
  put 5 into x
  testIt x, 6
end mouseUp

on testIt @a, b
  put a && b
end testIt

OK that works... This is actually what I'm seeing though: put the testit handler into a card script. Then execute this in the multiline message box:


put 5 into x
testIt x, 6

Is your output then just "5"?

Alex Rice, Software Developer
Architectural Research Consultants, Inc.
http://ARCplanning.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to