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.

$STACK$STACK Code String Arguments are Case InsensitiveThe code_string arguments you specify with the two-argument form of $STACK are caseinsensitive. For example, $STACK(1,"PLACE") and $STACK(1,"place") are equivalent.$STACK Counts Multiple-Argument CommandsWhen you specify a multiple-argument command, the command count includes commandkeywords and all command arguments beyond the first. Consider the following multipleargumentcommand:TESTSET X=1,Y=ZIn <strong>Caché</strong>, the $STACK statement, $STACK(i,PLACE) returns "TEST^TEST +2" becausethe Y=Z argument counts as a separate command.$STACK with Errors or Low Memory ConditionsAfter a error or under low-memory conditions, the information available normallythrough the application of the two-argument form of $STACK may not be available.See Also• DO command• XECUTE command• $ESTACK special variable• $STACK special variable• Error Handling in Using <strong>Caché</strong> <strong>ObjectScript</strong><strong>Caché</strong> <strong>ObjectScript</strong> <strong>Reference</strong> 303

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

Saved successfully!

Ooh no, something went wrong!