I have this function call in my event-sheet#1 and the actual function definition is in another event-sheet#2 which was already 'included' before the function call.
I try to add a parameter that if from a private variable of an object. Like:
AddParameter[ object.value('string') ]
Call Function
However it produces an error for me:
[quote:2lw5y7ll]
"An unexpected error occurred and the application was terminated
You may be able to find out more information .. blabla george bush .. attempting to reproduce bug, etc.."
So yea, I tried finding out what was the problem.
I tested using 'string' and 'int' constants as parameter. And it worked well, the parameter was brought over and procesed by the function.
So I believe this could be a bug, however I;m still a little bit on the green side and I'm not very sure.
Help?
EDIT:
Okay so for a second there, I thought I forgot to put a value to the priv vars but I checked and it has values.. So I tried using the private variable value on other commands like MessageBox, seems like it caused the same error.