Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

super procedure

Status
Not open for further replies.

carolynh

Programmer
Feb 13, 2004
44
0
0
US
Could someone explain to me in layman terms what a super procedure is/does??
 
From what I understand, a Super Procedure is similar to an Internal Procedure except it loads into memory and is available to any program at any time - you don't have to have the code in that program to use it. Kinda like running another .p but that .p would be in memory.

While these can be very cool and useful, they can also be hard to debug. I haven't used them yet, but when I do, anytime I make a call to a super procedure I will try to put some comments in the code before the call so when someone else (or myself) has to come back later to figure out what's going on, I know where to look for the code for this super procedure.

Hope that helps!

Rich
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top