Cicode Programming Reference > Cicode Function Categories > Page Functions Introduction > PageGetInt

PageGetInt

Returns the integer value associated with a variable name on a particular page. If two or more windows are displayed, each window has a unique copy of the variable. You can use these variables in Cicode to keep track of variables unique to each window.

Notes

Syntax

PageGetInt(sLabel [, iWinNum])

sLabel:

String name of the variable to return

iWinNum:

Window number of the page. Default is current window.

Return Value

Integer stored in variable sLabel.

Related Functions

PageSetInt, PageGetStr, PageSetStr

See Also

Page Functions