R
Rob
I built this nice system, where in a part of the program, I can
actually look up what other functions/procedures I need to call.
Problem is I have no idea how do you call a function whos function
Name is inside a recordset..
in other words something like this
dim nextfunction as string
nextFunction=datareader("functname")
Call nextfunction <---- this is in essence what I want to do?
actually look up what other functions/procedures I need to call.
Problem is I have no idea how do you call a function whos function
Name is inside a recordset..
in other words something like this
dim nextfunction as string
nextFunction=datareader("functname")
Call nextfunction <---- this is in essence what I want to do?