Question Robert Shoults · Jul 27, 2021 How do I pass an array by reference and get back all modifications to the array (including subscript additions) I have a routine tag that takes an argument and I want this argument to be an array reference. So I try something like: do mytag(.myarr) The mytag tag, adds subscripts to myarr. When I evaluate myarr after the tag call, only the subscripts passed in are retained in myarr. The subscripts added by mytag are missing. Is there a way to pass an array so it will behave the way I want it to? #ObjectScript #Caché 0 6 0 540
Question Robert Shoults · Apr 3, 2019 How do I programmatically create a web application definition? I have a need to dynamically create a web application definition in a namespace using ObjectScript. I am having trouble finding a cache class or routine that let's me do this. Thanks #Namespace #ObjectScript #Caché 0 3 2 989