JavaScript Editor js editor     Web development 



Main Page

These API routines allow you to manipulate memory variables and memory variable arrays.

_ALen( ) API Library Routine


Returns information about the dimensions of the array whose name table index is nti.
_FindVar( ) API Library Routine


Provides a way to initialize a Locator so you can use _Store(В ) to place data in an existing memory variable.
_Load( ) API Library Routine


Fetches the value of the memory variable or table variable specified by loc and places it into val.
_NameTableIndex( ) API Library Routine


Returns the name table index that corresponds to a given name, or -1 if that name isn't in the name table.
_NewVar( ) API Library Routine


Creates a variable or an array.
_Release( ) API Library Routine


Frees a memory variable or an array.
_Store( ) API Library Routine


Replaces the memory variable specified by loc with the value val.

See Also



JavaScript Editor js editor     Web development