Written by

Senior Startups and Community Programs Manager at InterSystems Corporation
Question Evgeny Shvarov · Feb 18, 2022

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

Comments

Robert Cemper · Feb 18, 2022

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.
  

0
Bob Kuszewski  Feb 24, 2022 to Evgeny Shvarov

That's right, $LB isn't available on the Python side.  

0