mustangman96
Programmer
I want to start a procedure or function which name is in a variable as a string.
e.g.:
var sProcToCall : string;
.
.
begin
sProcToCall:='IwantToCallThis'; // The name of the procedure
.
.
// and here I want to call the procedure
Please help me!
e.g.:
var sProcToCall : string;
.
.
begin
sProcToCall:='IwantToCallThis'; // The name of the procedure
.
.
// and here I want to call the procedure
Please help me!