Chapter Contents

Previous

Next
Frame Class: _setNumVar

Frame Class: _setNumVar



Sets the value of a numeric variable or array item contained in the frame's SCL entry


Syntax
Details

Syntax

objectName._setNumVar( variableName, value );

Argument Type Use Description
variableName Character Input specifies the name of the SCL variable to change
value Numeric Output specifies the value to set on the SCL variable


Details

Variables contained in a frame's SCL program are usually accessed from the SCL program itself. To set a numeric variable or array item from within a method, use _setNumVar method.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.