Variable and Array Routines
| Visual FoxPro 9.0 SP2 |
| Variable and Array Routines |
| See Also |
|
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
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08