ScriptStart

Object for starting of VB scripts.


Example ScriptStart


Example ScriptStart

START 59

 

rem convert Hicad-file name into operating system file name

FUNC delete filename

FUNC HicFileName filename

FUNC filename.Set ("1:test.vbs")

FUNC $n:= filename.GetOSName ()

 

rem start script

FUNC delete scr

FUNC Scriptstart scr

FUNC scr.SetBoxTitle ("Test")

FUNC scr.Start($n)

 

END

Class for Actions (FUNC)