Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#amunits]

FindVar

Finds a local variable

Declaration

Source position: amigados.pas line 1642

function FindVar(

  const name: pCHAR;

  type_: LongWord

):pLocalVar;

function FindVar(

  const name: string;

  type_: LongWord

):pLocalVar;

Arguments

name

  

pointer to an variable name. Note variable names follow filesystem syntax and semantics.

type_

  

Type of variable to be found (GVF_*)

Arguments

name

  

pointer to an variable name. Note variable names follow filesystem syntax and semantics.

type_

  

Type of variable to be found (GVF_*)

Description

Finds a local variable structure.

See also

DeleteVar

  

Deletes a local or environment variable

GetVar

  

Returns the value of a local or global variable

SetVar

  

Sets a local or environment variable


Documentation generated on: 2021-07-30