Ben Spead · Mar 29, 2024 go to post

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.!! 
 

Ben Spead · Mar 25, 2024 go to post

@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 :)

Ben Spead · Mar 21, 2024 go to post

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)

Ben Spead · Mar 21, 2024 go to post

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.!

Ben Spead · Mar 21, 2024 go to post

I am not sure that all of the docs are public until the product is fully released.

Ben Spead · Mar 21, 2024 go to post

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?

Ben Spead · Mar 18, 2024 go to post

Very nice article!  Thank you for the time you took to write it :)

Ben Spead · Mar 15, 2024 go to post

Glad you figured it out!  Thank you for letting us know that it was resolved and was a configuration issue.

Ben Spead · Mar 14, 2024 go to post

Congrats and thank you for your contribution to the community!

Ben Spead · Mar 13, 2024 go to post

@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 :)

Ben Spead · Mar 1, 2024 go to post

Great job everyone - thank you all for your contribution to this wonderful community!!

Ben Spead · Mar 1, 2024 go to post

@Paul DeSantis - By default, all InterSystems Login users can only see the last released version of a product as well as any available preview releases.  Users that are Supported Customers (meaning they have been given access to our Support system as part of a Supported Organization) can access older builds, either through Evaluation or directly through the WRC Direct application.  Do you have a 2nd account which is tied to a Supported Org?  Or do you have a colleague who does?

Ben Spead · Feb 29, 2024 go to post

Absolutely!  In fact, I'm planning a project for my team so that our CICD pipeline will throw a failure if someone checks in a method, property, parameter in a class without Documatic (///) content.  Of course, just because comments exist doesn't mean it is good, but that's at least a place to start!   

Ben Spead · Feb 28, 2024 go to post

Got it - that would be a really great enhancement request though!  I would love to see that in action in VSCode :)

Ben Spead · Feb 28, 2024 go to post

An example would be helpful .... typically I will put argument documentation in my /// comment for the method, and use the <var>arg</var> tags to change the styling of the argument names in the method documentation to make it clear that it's referring to the argument.   

Ben Spead · Feb 26, 2024 go to post

wow - this looks like a very significant leap forward.  Great work and thank you for the continued improvement!!