Contents | < Browse | Browse >

    Chk()

  SYNOPSIS
    bool:=Chk(a)

  FUNCTION
    Function checks parameter and returns FALSE if it is equal to
    0 or TRUE if it's not.

  INPUTS
    a - variable, expression or anything else to be checked

  RESULT
    bool - boolean value

  SEE ALSO