Why I've decided to write this
In my last article I've talked about returning values with Python. But returning them is simple, what can make it harder is what I'm going to talk about today: where the value is treated.
Python object in IRIS
Following the example of the last aricle, we have the method:
ClassClassMethodAs
Then, we'll have as a return a Python object, that IRIS interprets as the class %SYS.Python. So if I call the method with two values, like this:
"Hello"we'll have as returnValue something like "1@%SYS.Python".





.png)
.png)

.png)

