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!