$ReadInv

From m204wiki
Revision as of 13:19, 20 April 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The $READINV function is identical to the $READ function, except that:

  • Input from the terminal is not echoed. It is treated the same as a password for the device would be treated.
  • $READINV cannot take its response from arguments saved from the INCLUDE line.

The $READINV function takes a field name as its one argument.