[PCB_FORUM] Re: Skill commands in SPB15.2 Basic studio version

The studio version of allegro allows you to load skill at
program startup but not access the skill interpreter from
the Allegro command line (or start the TELSKILL window).
This allows skill programs to be developed using a higher tier
and used in studio. 

To access the skill interpreter, you need the studio performance option
or the expert product.

To access developed skill code in studio, register
the skill function as an Allegro command via the axlCmdRegister
function (see the Allegro skill reference manual).

For example the following code loaded from allegro.ilinit will
create an allegro command called "hello".

;--------------------------------------------------------
procedure( HelloWorld()
  axlUIConfirm("Hello from Skill!")
)

axlCmdRegister("hello" 'HelloWorld ?cmdType "general")
-----------------------------------------------------------
To subscribe/unsubscribe: 
        Send a message to icu-pcb-forum-request@xxxxxxxxxxxxx
        with a subject of subscribe or unsubscribe

To view the archives of this list please login at
http://www.freelists.org. Our list name is icu-pcb-forum
or go to http://www.freelists.org/archives/icu-pcb-forum/

Problems or Questions:
        Send an email to icu-pcb-forum-admins@xxxxxxxxxxxxx

Want to post a job listing ?  DON'T DO IT HERE!  
Better yet, join our jobs listing forum.

SUBSCRIBE:  icu-jobs-forum-subscribe@xxxxxxxxxx
POST:       icu-jobs-forum@xxxxxxxxxx
-----------------------------------------------------------

Other related posts: