Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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 "{".
Today is November 21, 2024, 8:33 am This article has been viewed 35232 times.
|
|