Page 1 of 1

How to execute command number # through catalog or user menu

Posted: 24 Mar 2012 02:47
by cadu
Hi,

Through user buttom (image) I could execute command number #630. But not using any resource of catalog or even user menu

How to execute command number # through catalog or user menu?

Re: How to execute command number # through catalog or user

Posted: 24 Mar 2012 08:50
by Filehero

Code: Select all

Load("#630;",  , s);
Cheers,
Filehero

Re: How to execute command number # through catalog or user

Posted: 24 Mar 2012 13:01
by cadu
Thanks!

I intend to learn more about it. Do you know what are the topics in "help" file that are related to this subject/syntax you provide me?

Best,
Cadu

Re: How to execute command number # through catalog or user

Posted: 24 Mar 2012 13:26
by admin
This is enough:

Code: Select all

#630;
The trailing ";" marks it as a script.


Another way is to prefix the script marker:

Code: Select all

::#630