` Printed Icetips Article

Icetips Article



Par2: Procedure, Module and App name template
2004-08-26 -- Mike Hanson
 
#EXTENSION(ACSProcName,'App, Module and Procedure name'),APPLICATION
#AT(%DataSection)
Procedure::Application STRING('%Application')
Procedure::Module      STRING('%Module')
Procedure::Name        STRING('%Procedure')
Procedure::Description STRING('%'ProcedureDescription')
#ENDAT

1.  It's global, so you add it in only once to each APP.
2.  It works with Source procedures.
3.  It uses less memory.

Note the single quote after the % in "%'ProcedureDescription", which
properly quotes the description if it has apostrophes, "<" or "{".



Printed May 8, 2024, 3:49 pm
This article has been viewed/printed 35118 times.