
Posted:
Feb 25, 2005 @ 7:14pm
by kornalius
Hi,
To call a label from an application already created, simply use the SearchLabel() function like this:
tbytecode *b = SearchLabel(a, "calc");
Run(a, b);
I don't have support for passing parameters to the procedure or function yet, this will come later.