Io.read

From GiderosMobile
Revision as of 10:59, 3 September 2018 by Hgy29 (talk | contribs)


Available since: Gideros 2011.6
Class: io

Description

Reading from default input, basically equivalent to io.input():read

(string) = io.read(format1,...)

Parameters

format1: (string) reading format
...: (string) more optional formats optional

Return values

Returns (string) returns read values or nil