How to create method by script?
hi
I want to create one class and add one method in it, and then invoke it from terminal. I find this
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...
But there is only examples for adding property.
Anyone can help me? Thanks
Thanks
Please note that $$$TAB macro is actually a whitespace:
Call to GetTab returns:
I usually use either $c(9) or user-defined macro for tabulation.
Result:
Thanks, fixed the code. Now $$$TAB = $C(9)
I didn't know that
Redefines $$$TAB. Seems useful. Thanks.