$ReadInv

From m204wiki
Revision as of 14:20, 29 July 2014 by Mlarocca (talk | contribs) (Mlarocca moved page $READINV to $ReadInv: Lower case change)
(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.