Skip to content

Commit de4bbbb

Browse files
committed
ZWrite > Zwrite
1 parent 666dd0c commit de4bbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHEAT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)` |

0 commit comments

Comments
 (0)