Callback problem in Skill

C

camelot

Guest
Hello,
When I call this procedure

procedure(MigEditRuleFile()
prog(()
edit "test.txt"
))

from a form button callback nothing append but when I type the command
edit "test.txt" in CIW the command is executed. Is there a solution to
this question?

Camelot
 
edit is a command. It can not be used in SKILL code directly.

Tom

camelot wrote:
Hello,
When I call this procedure

procedure(MigEditRuleFile()
prog(()
edit "test.txt"
))

from a form button callback nothing append but when I type the command
edit "test.txt" in CIW the command is executed. Is there a solution to
this question?

Camelot
 

Welcome to EDABoard.com

Sponsor

Back
Top