Found this in the help files:
A method must first be declared before you can use it in your script.
[Method Access] [Return Data Type] [Name] (Optional parameters)
Method Access - Sets the access to the method. This topic can be a little complex so lets just use the access level "private" which is all you will ever likely need.
how do you declare a non-published variable ?


Comment