Docs » Autodocs » dos.library » FindVar
FindVar -- Finds a local variable (V36)
var = FindVar( name, type ) D0 D1 D2 struct LocalVar * FindVar(STRPTR, ULONG )
Finds a local variable structure.
name - pointer to an variable name. Note variable names follow filesystem syntax and semantics. type - type of variable to be found (see <dos/var.h>)
var - pointer to a LocalVar structure or NULL
GetVar(), SetVar(), DeleteVar(), <dos/var.h>
|