Data items are returned by the TrueGUI system in response to a data request command sent to the client program. All data items have the same format. They are returned as an ASCII text line terminated by a <CRLF> character pair. If your flavor of Telnet uses a different line terminator, it should still handle this sequence. If not, we can add the appropriate options. The line is normally composed of the Data identifier code 2 followed by the requested data. If the requested data item is a number such as the width of a control, it is converted to a string and returned as such.
Note that some requested data items may return more than one item separated by commas.