11.07.2015 Views

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Caché</strong> <strong>ObjectScript</strong> CommandsSETAssigns a value to a variable.SET:pc setargument,...S:pc setargument,...where setargument can be:variable=value(variable-list)=valueArgumentspcvariablevariable-listvalueOptional — A postconditional expression.The variable to set to the corresponding value. variable can bea local variable, a process-private global, a global, or specialvariable. (Not all special variables can be set by an application;see documentation of individual special variables.)A comma-separated list, enclosed in parentheses, that consistsof one or more variable arguments. All of the variablearguments in variable-list are assigned the same value.A literal value, or any valid <strong>Caché</strong> <strong>ObjectScript</strong> expression thatevaluates to a value.126 <strong>Caché</strong> <strong>ObjectScript</strong> <strong>Reference</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!