` Printed Icetips Article

Icetips Article



Par2: Starting a procedure from a variable
1999-02-20 -- Paul Padilla
 
ProcName = 'BrowseCustomers'
Start(Evaluate(ProcName) 

Note: others have claimed difficulty in implementing this.

Frank O'Classen adds:
I have been doing what Jerry suggested for some time and it seems to work pretty well. 
Here is the code I use for it:

  l:HostFile = CLIP(CLI:DownLoad) 

  CALL('Host.dll',l:HostFile) 
  
Assign the procedure name in the prototype to simplify the call.



Printed May 8, 2024, 6:59 am
This article has been viewed/printed 35112 times.