andrmat
Newbie

Offline
Posts: 1
|
 |
« on: October 30, 2009, 10:06:49 AM » |
|
Hi all,
I should launch a subprogram from a main program, and subprogram name is an array of char. One way to do that is to use cwrite($cmd,...) but it must be done from submit, and that isn't good for my application. On this forum i found the not documented function EXECFUNC. From its parameters it seem it could work. I wrote a small program and it is compiled. But, at now, i only can call sin, tan, cos functions, and I'm not sure they are executed rightly. Does anyone knows more about EXECFUNC? Any sample code or document may be really usefull for me!
Best regards, Andrea
|