We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fb709 commit 884bdafCopy full SHA for 884bdaf
isc/py/data/Varable.cls
@@ -18,7 +18,7 @@ Property JSON As %VarString;
18
/// zw ##class(isc.py.data.Varable).SaveVariable()
19
ClassMethod SaveVariable(name As %String = "", Output variable As isc.py.data.Varable) As %Status
20
{
21
- kill var
+ kill variable
22
quit:name="" $$$ERROR($$$GeneralError, "Variable name can't be empty")
23
24
set repr = ##class(isc.py.Callout).SimpleString(,name, 1)
0 commit comments