DADiSP Worksheet Functions > Function Categories > Variables > Variables

 

Variables

 

:= (Hot Variable Assignment)

Assigns a formula to a hot variable or Window

+= -= /= *= >>= <<= &= |=

(Assignment Operators) Operate and assign the value of an expression

ALLVARS

Displays all available global variables defined in the current session

ARGCOUNT

Number of provided input arguments to an SPL function

ARGTYPE

Returns the data type of the input argument

ARGV

Specifies variable arguments in an SPL routine

DEFVAR

Set the value of a variable if the variable is undefined

DELALLVARIABLES

Delete all the variables associated with current Worksheet

DELVARIABLE

Delete the specified variable from the current Worksheet

EXTERN

Declare a global variable to a function or file

GETARGV

Return a variable argument from an SPL routine

GETLOCALVARIABLE

Return the value of a local variable

GETVARIABLE

Return the value of a variable

GLOBAL

Declare a global variable to a function or file

LOCAL

Declare a variable local to a function

NONLOCAL

Declare a variable not local to a function

REFSERIES

Reference the series of a variable without creating a copy

REFWINDOW

Reference the Window of a variable

SETHOTVARIABLE

Set a hot variable

SETLOCALVARIABLE

Set a local variable

SETVARIABLE

Set a global variable

STATIC

Declare a static variable local to a function or file

VALUETYPE

Returns the type of data stored in the variable

VARS

Lists global variables defined in the current session