Question Gabriel Santos · Feb 28 How to create new special parameter? I was thinking about how to create a new parameter in a method, similar to Output or ByRef... What documentation can I read to learn more about this? I want to create a parameter customized. #Beginner #Compiler #Languages #ObjectScript #Tools #Tutorial #InterSystems IRIS 1 9 0 84
Question Gabriel Santos · Jan 31 How to use %ValidateObject with %Dynamic properties? I am creating a class to validate JSON body of requests. When I use the method %ValidateObject to check errors in the object, if I define some properties with %DynamicObject or %DynamicArray and use the Required parameter, this method does not work, it ignores validation, only works with properties %String, %Integer etc. #Caché #InterSystems IRIS 0 2 0 60
Question Gabriel Santos · Jan 21, 2023 How to manipulate studio How to manipulate the code of the studio? Error messages, adding new items in the general options, formatting of the code, code typing... #Studio #InterSystems IRIS 0 2 0 265
Question Gabriel Santos · Jan 9, 2023 How to know the size of a global Exist some command for return the quantity row of a global? Example: ^test(1)="aa"^test(2)="aa"^test(3)="aa"^test(4)="aa"Total rows = 4 #Caché 1 10 0 923