[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides read/write from/to the specified stream Tab=Console [Property] Extern=Make an internal variable available in the global scope|4|0|True,False [Methods] doReadLine=Reads the next line of characters from the input stream. ARG()|1|0 doWriteLine=Writes the specified data value, followed by the current line terminator, to the output stream. ARG(string Line)|1|0 *doWrite=Writes the specified data value to the output stream|1|0 *doRead=Reads the next character from the input stream|1|0 onReadLine=Occurs after reading the next line of characters from the input stream and writes it to flow ARG(string)|2|2 *onRead=Occurs after reading the next character from the input stream and writes it to flow ARG(int)|2|1 Line=Returns the next line of characters from the input stream. ARG(string)|3|2 *CharInt=Returns the next character from the input stream. ARG(char)|3|1 Stream=Defines stream for output ARG(StreamReader)|4|0 Data=The text to be written. ARG(string)|4|2