supersteve3d
12-13-2006, 07:54 AM
Hi all,
I am making a few short macro scripts. They are enclosed by a single global procedure. Are there rules where the name of the .mel file itself *MUST* be the same as the global procedure name?
ie. global proc abc()
must reside in a file of the same name abc.mel. I wouldn't think so, but I have noticed some scripts are able to get away with different names in both. Is this a rule?
I should also add that this is meant to be bound to a hotkey where I call the proc by its name - eg. abc;
I am making a few short macro scripts. They are enclosed by a single global procedure. Are there rules where the name of the .mel file itself *MUST* be the same as the global procedure name?
ie. global proc abc()
must reside in a file of the same name abc.mel. I wouldn't think so, but I have noticed some scripts are able to get away with different names in both. Is this a rule?
I should also add that this is meant to be bound to a hotkey where I call the proc by its name - eg. abc;
