Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does Procedure Name exist?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00735718
Message ID:
00735720
Views:
10
>Is there a way to determine if a procedure name exists as part of the executable at runtime without actually executing the procedure?

Possibly, with a little work.

APROCINFO() will return names of procs, classes, methods, etc of a .prg file.
Parsing the SET("PROC") will let you inspect each specified for the name in question.
However, this would miss things in your MAIN program.

good luck
Previous
Reply
Map
View

Click here to load this message in the networking platform