File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Some most encountered COS expressions
1414| Retrieve the OID of a saved object | ` Set oid = object.%Oid() ` |
1515| Validate an object without saving | ` Set status = object.%ValidateObject() ` |
1616| Validate a property without saving | ` Set status = ##class(package.class).PropertyIsValid(object.Property) ` |
17- | Print status after error | ` Do $system.Status.DisplayError(status) ` <br >` ZWrite status` (v2012.2+) |
17+ | Print status after error | ` Do $system.Status.DisplayError(status) ` <br >` Zwrite status` (v2012.2+) |
1818| Obtain status details after error | ` Do $system.Status.DecomposeStatus(status, .err) ` |
1919| Remove an object from process memory | ` Set object = "" ` |
2020| Delete an existing object of a class | ` Set status = ##class(package.class).%DeleteId(id) ` |
You can’t perform that action at this time.
0 commit comments