- Log in to post comments
User bio
404 bio not found
Member since Oct 25, 2022
Posts:
Ed has not published any posts yet.
Replies:
Oh yes, while the offset from the beginning is meaningful in a .mac or .int routine, within a .cls, it's a mostly meaningless number, whereas the offset from the start of the current method is the meaningful one there.
When using the "MCODE" feature, it does indeed help if there is something else in that line that is worth tracing...
- Log in to post comments
Write $Stack($Stack,"PLACE")
Or, if you're really interested in the code at that line:
$Stack($Stack,"MCODE")
- Log in to post comments
Certifications & Credly badges:
Ed has no Certifications & Credly badges yet.
Followers:
Following:
Ed has not followed anybody yet.
Set count=0,row="" For { Set row=$Order(^test(row)) Quit:row="" Set count=count+1 }