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
14
14
| Retrieve the OID of a saved object | ` Set oid = object.%Oid() ` |
15
15
| Validate an object without saving | ` Set status = object.%ValidateObject() ` |
16
16
| 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+) |
18
18
| Obtain status details after error | ` Do $system.Status.DecomposeStatus(status, .err) ` |
19
19
| Remove an object from process memory | ` Set object = "" ` |
20
20
| 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