Finds a local variable
Source position: amigados.pas line 1642
function FindVar( |
const name: pCHAR; |
type_: LongWord |
):pLocalVar; |
const name: string; |
type_: LongWord |
):pLocalVar; |
name |
|
pointer to an variable name. Note variable names follow filesystem syntax and semantics. |
type_ |
|
Type of variable to be found (GVF_*) |
name |
|
pointer to an variable name. Note variable names follow filesystem syntax and semantics. |
type_ |
|
Type of variable to be found (GVF_*) |
Finds a local variable structure.
|
Deletes a local or environment variable |
|
|
Returns the value of a local or global variable |
|
|
Sets a local or environment variable |