Syntax:
Part | Description |
<Variable> | Required. This is the name of the variable you are declaring. |
<DataType> | Required. The <DataType> can be an Integer (x, y, z), Long (x&, y&, z&), or String (x$, y$, z$). |
<Size> | Optional. This is only used for the <DataType> String. This changes the length of the string variable from its default size (128 characters) to whatever <Size> is set to.. |
<Location> | Optional. Sets the default value of the variable. <Location> is where the Data statements are located. |
Example: