Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 635 Bytes

File metadata and controls

34 lines (19 loc) · 635 Bytes

NAME

FindVar -- Finds a local variable (V36)

SYNOPSIS

    var = FindVar( name, type )
    D0              D1    D2

    struct LocalVar * FindVar(STRPTR, ULONG )

Links: LocalVar

FUNCTION

Finds a local variable structure.

INPUTS

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

RESULT

var - pointer to a LocalVar structure or NULL

SEE ALSO

GetVar, SetVar, DeleteVar, <dos/var.h>