Unit 'AmigaDOS' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

FindVar

Finds a local variable

Declaration

Source position: amigados.pas line 2240

function FindVar(

  name: PChar;

  type1: Cardinal

):PLocalVar;

Arguments

name

  

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

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