$ReadInv: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (Mlarocca moved page $READINV to $ReadInv: Lower case change)
 
(No difference)

Latest revision as of 14:20, 29 July 2014

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.