Syntax:
Part | Description |
<Variable> |
Required. Reads the data into the variable. If <Variable> is an integer, the data will be read and the most significant byte will be set to 0. If <Variable> is a string, then the data will be copied into a string one byte after another until a null (0) is reached.
Note: Only integers can be used with ReadInt and only longs can be used with ReadLong. |
Example: