1. Routine ID
- Posted by Liquid-Nitrogen Software <nitrogen_069 at HOTMAIL.COM> Feb 23, 1999
- 431 views
- Last edited Feb 24, 1999
Am I correct in assuming that routine_id() does not work properly in a bound program unless the routines you want id's for are declared as global so they keep their original name???
2. Re: Routine ID
- Posted by Daniel Berstein <daber at PAIR.COM> Feb 23, 1999
- 417 views
- Last edited Feb 24, 1999
At 09:05 PM 23-02-1999 , you wrote: >Am I correct in assuming that routine_id() does not work properly >in a bound program unless the routines you want id's for are >declared as global so they keep their original name??? Yes. You must use the -clear_routines option. Regards, Daniel Berstein [daber at pair.com]