Published on InterSystems Developer Community (https://community.intersystems.com)

Home > Dictionary properties for python objects in objectscript

Question
Peter Smit · Jan 19, 2023

Dictionary properties for python objects in objectscript

What would be the syntax for something like this

ws['A1'] = "blah"

I did try

set ws("A1") = "blah"

however that didn't work

#Embedded Python #InterSystems IRIS
Product version: IRIS 2022.1

Source URL:https://community.intersystems.com/post/dictionary-properties-python-objects-objectscript