- Log in to post comments
User bio
404 bio not found
Member since Nov 9, 2022
Posts:
Replies:
The open error location feature is specially helpful. I no longer have to count lines while trying to remember which type of comment counts as a line for offset purposes.
- Log in to post comments
I'd argue that Python generators should be in this list too. They are like a genie that can generate a rock sample on the fly without having to store the rocks in a big box.
- Log in to post comments
Certifications & Credly badges:
Ali has no Certifications & Credly badges yet.
Followers:
Following:
Ali has not followed anybody yet.
This is not a trick but a feature that I don't see used very often, but defining a unique index provides you with auto generated methods to get an oref to a row in a table by column value rather than by knowing the %ID of the row.
For example, here's a simple table with two columns:
Let's insert a value into this table:
Suppose you know that one of the rows in a table contains the name "John" but you want to get their DOB, you can get the oref by using an auto-generated method called "NameIDXOpen()" like so:
For the curious: https://docs.intersystems.com/iris20261/csp/docbook/DocBook.UI.Page.cls…