$ReadInv: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(No difference)

Revision as of 13:19, 20 April 2013

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.