Home / lang / input 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  mk  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
INPUT
Syntax
INPUT [ # hStream , ] Variable [ , Variable ... ]

Reads the stream hStream, and converts elements separated by space characters or newlines with the Val function before putting them into the variables.

If the stream is not specified, then the standard input is used.

See also

Stream & Input/Output functions