Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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 23, 2024, 2:26 am This article has been viewed 35235 times.
|
|