go to post Ben Spead · Mar 29, 2024 Bravo @Robert Cemper, I consider it a privilege that I got to work with you and learn from you before your retirement, and now I can keep in touch on the D.C.!!
go to post Ben Spead · Mar 29, 2024 a picture is worth 1000 words, and a GIF is worth a full teaching lecture ... thanks @Matthew Giesmann for making this super clear!
go to post Ben Spead · Mar 26, 2024 You might want to bookmark this one instead, so you're always looking at the latest documentation: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
go to post Ben Spead · Mar 25, 2024 @Nicole Sun - thank you for putting this together ... it's a great overview on which to structure a broad understanding of InterSystems IRIS performance considerations :)
go to post Ben Spead · Mar 21, 2024 not directly - this is grabbing the Length ($Length()) of the variable X, using "," as a delimiter of the string. So the counter 'i' will run from 1 to the length of X, and then each iteration will grab the next piece of the string (, delimited again)
go to post Ben Spead · Mar 21, 2024 Well done @Vic Sun - this must have taken a very long time to pull together. Thank you for taking that time and making this reference available to the D.C.!
go to post Ben Spead · Mar 21, 2024 I am not sure that all of the docs are public until the product is fully released.
go to post Ben Spead · Mar 21, 2024 Thank you Robert for the time you took to test all of this out and make the code available :) Do you have any observations, conclusions, takeaways after your testing?
go to post Ben Spead · Mar 18, 2024 Very nice article! Thank you for the time you took to write it :)
go to post Ben Spead · Mar 15, 2024 Glad you figured it out! Thank you for letting us know that it was resolved and was a configuration issue.
go to post Ben Spead · Mar 13, 2024 @David.Satorres6134 - that is a TREMENDOUS example of leveraging embedded python to avoid reinventing the wheel in ObjectScript! This very nicely demonstrates the value to people like me, who prefer to work in ObjectScript whenever possible, of having embedded python as a bridge to thousands and thousand of reusable libraries. Thank you for weighing in :)