how to execute skill code:

Status
Not open for further replies.

Venkatlab

Junior Member level 1
Joined
Feb 5, 2009
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,378
Hi All,

I am a new to skill programming........I would like to learn skill
program... can you tell me how to execute a skill code....
I tried skill load filename.il in CIW.........dint work.......
Kindly clarify me.....
small program to display a message using skill code & executing
procedure.....will be of great help.....


Thanks in advance,
 

load "/path/filename.il"
 

procedure( print_name()

dprint("SKILL")

);end procedure

Suppose you save it in a file print_name.il

in CIW window
load("print_name.il")
print_name()
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…