Björnke von Gierke wrote:

"msg is a reserved word indicating... the message box :) try to use a different name for your var and all should be fine."

Given that, in this particular situation, the IDE is going to ignore my use of "msg" as a parameter variable name, would it make any sense for the compiler to flag this as a likely problem?

Jon



On Aug 19 2005, at 15:51, Jon wrote:

...
Any idea why the Message Box is suddenly getting triggered?
...
Here is the current code:

on DisplayMessage msg
put the long time & " " & msg & Return after field "Memo" set the vScroll of field "Memo" to the formattedHeight of field "Memo"
end DisplayMessage


msg is a reserved word indicating... the message box :) try to use a different name for your var and all should be fine.

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to