Hi Dave, i have a custom menu from which i'm loading several .il files. in my doSomething.il I have already axlCmdRegister("CalldoSomething" `call_do_something) procedure( call_do_something() ... some code ) do i need to redefine it again in the script file ? by the way, can I ask you what is the difference between first and second statement in the parameter axlCmdRegister ? axlCmdRegister("FirstStatment" `secondStatment) is the secondStatment registering the function name in the allegro shell, and FirstStatment how to call from outside ? I've seen some code that uses same name for both, but I not sure I fully understand how they are different. thanks for help Serge
↧