`
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 November 21, 2024, 7:27 am This article has been viewed/printed 35231 times. |