Question Stephen Wilson · Aug 16, 2017

Is there any way to extend Cache ObjectScript using custom-defined commands and symbols?

Has anybody defined their own Cache ObjectScript (COS) commands and symbols? Is it even possible? For a list of currently used commands and symbols please use the following link.
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS

Comments

Stephen Wilson  Aug 16, 2017 to Evgeny Shvarov

What about using more complex subcommand prefixes such as

ZZMYCOMMAND /MYSWITCH:OPT1:"some_param"

Could you code that using %ZLANG ?

0