User bio
404 bio not found
Member since Nov 11, 2015
Pinned posts:
Replies:

This can possibly work if you make %Persistent a secondary superclass. In that case, new properties would go to a separate subscript, and your setup can maybe work (requires testing).

Storage works like this (parent has N properties, Child - X):

Child Extends %Persistent, Parent:

^a(id) = $lb("", prop1, prop2, ..., propX)

Child Extends Parent, %Persistent:
 

^a(id) = $lb("Child", propA, propB, ..., propN)
^a(id, "Child") = $lb(propO, propP, ..., propX)

I use return where it's important that we exit (middle of the loop, etc) immediately, in all other cases I use quit.

Open Exchange applications:
Certifications & Credly badges:
Followers:
Following:
Eduard has not followed anybody yet.