mustangman96
Programmer
How can I mimic the '&' (macro) function of the Visual FoxPro?
e.g.:
...
sProc='ProcedureToRun'
DO &sProc
...
This works in VFP and runs the 'ProcedureToRun' procedure.
Is it possible to do the same thing in Delphi?
e.g.:
...
sProc='ProcedureToRun'
DO &sProc
...
This works in VFP and runs the 'ProcedureToRun' procedure.
Is it possible to do the same thing in Delphi?