If $ListBuild is Supported in Embedded Python?
Hi!
Trying to create a string with $LB using Embedded Python.
Don't see the way to do it. If Embedded Python supports list builds?
Product version: IRIS 2021.2
Discussion (4)0
Comments
I couldn't identify in my examples any $LB(),$LI(), $LV,$LL() like feature.
- In the mixed PY/ISOS example I just called from PY a method in ISOS [ = InterSystems ObjectScrtipt]
- in the PY pure I kept the binary string as found and reloaded it the same way.
Thanks, that was my expectation. @Bob Kuszewski ?
That's right, $LB isn't available on the Python side.
Any plans to add?