Adaptive Framework 0.9.0

readln

The following is a list of properties for the function readln:

PropertyValue
briefRead from a UTF-8 text stream line
categorystream
descriptionRead a UTF-8 text stream line. The stream must contain valid UTF-8 or an error is thrown.
functionIdreadln
functionLabelreadln
parameters[ { "brief": "Stream number", "dataType": "integer", "description": "Stream number", "name": "streamNumber" } ]
returns{ "dataType": "string", "brief": "The string read", "description": "The UTF-8 string read." }
sideEffects[ "Stream modified" ]