I am making use of SET PROCEDURE files a lot and I need, at times, to know is one particular "SET PROCEDURE" file has been SET already. Alternatively, what are the implications of reloading SET PROCEDURE with the ADDITIVE option on top of an loaded or SET file? Consider this:
Now, not knowing that the Assets.prg file is set already I issue:
Furthermore, is there a simple command to list all the functions and procedures in a particular "SET PROCEDURE" file? I could not find anything so far.
TIA
Dennis Kean
Simplicity is the extreme degree of sophistication.
Leonardo da Vinci
Code:
SET PROCEDURE TO clockfuncs.prg
SET PROCEDURE TO Assets.prg
SET PROCEDURE TO JS_Abstracts.prg
SET PROCEDURE TO HTML_Vocabulary.prg
SET PROCEDURE TO NodeJS_NPMs.prg
SET PROCEDURE TO Python_Lib.prg
...
Now, not knowing that the Assets.prg file is set already I issue:
Code:
SET PROCEDURE TO Assets.prg
Furthermore, is there a simple command to list all the functions and procedures in a particular "SET PROCEDURE" file? I could not find anything so far.
TIA
Dennis Kean
Simplicity is the extreme degree of sophistication.
Leonardo da Vinci