strange message box behaviour
Posted: Mon Jun 30, 2008 7:14 am
Good morning!
This morning, I tried to test some of my Transcript code by sending a message from the message box - and ran across some unexpected behaviour...
Here is what I found out by looking at the problem:
if I enter
into the message box, I get
If I enter
with
being a function in a library stack, I get
Does anybody have an explanation for this behaviour?
Thanks in advance for any help!
This morning, I tried to test some of my Transcript code by sending a message from the message box - and ran across some unexpected behaviour...
Here is what I found out by looking at the problem:
if I enter
Code: Select all
put me
as a result - so far, so good.stack "Message Box"
If I enter
Code: Select all
put hugo(me)
Code: Select all
function hugo StackReference
return StackReference
end hugo
instead.put hugo(me)
Does anybody have an explanation for this behaviour?
Thanks in advance for any help!