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