Indirect STPROC call (OpenInsight Specific)
At 30 JAN 2001 04:26:59PM b cameron wrote:
Can I make indirect calls from within a stored procedure?
In other words, in a stored procedure
Subroutine Blah(void)
read subcallvar from file,itemid then
call subcallvar ....I know the syntax is off but the idea? How would I
do it. I could set up a form with scripts in the create
event and the window to run would be callval.
At 30 JAN 2001 04:37PM Donald Bakke wrote:
Bruce,
Yes. Look at the "Function" function in the Programmer's Reference Guide. The "Call" statement also permits indirect calling of routines using variables. The syntax is also documented in the Programmer's Reference Guide.
dbakke@srpcs.com
At 30 JAN 2001 05:11PM b cameron wrote:
Ahhh, how green of me! Thanks Don.
Bruce