[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

FindVar

Finds a local variable

Declaration

Source position: amigados.pas line 2397

function FindVar(

  const Name: STRPTR;

  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_*)

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: 2017-01-10