Dave,
If this is a function you have to put the function call in the proper format:
get initializeGroup() --() are required even if the function doesn't require an argument.
If you are trying to call this function from outside of the group, i.e., from an object outside of the group's message hierarchy, the situation is my complicated:
send "get initializeGroup()" to group "mygrp"
Devin
On Apr 14, 2005, at 12:56 PM, David Burgun wrote:
Hi,
I have a group ("myGroup") and in the script for the group I have a function:
function InitializeGroup
end InitializeGroup
Then in another object not in the group, I have:
get InitializeGroup of group "myGroup"
But I get an error on the call, what am I doing wrong?
Thanks in advance Dave _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
Devin Asay Humanities Technology and Research Support Center Brigham Young University
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
