VTYPE parameter: Difference between revisions
Jump to navigation
Jump to search
m (Yep it does. And if you later change VTYPE to STRING you must do VLEN too.) |
|||
Line 11: | Line 11: | ||
<dd>All | <dd>All | ||
<dt>Introduced | <dt>Introduced | ||
<dd><var class="product">Model 204 | <dd><var class="product">Model 204 V2.1</var> or earlier | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
<p>The default %variable type in User Language</p> | <p>The default %variable type in User Language</p> |
Revision as of 14:17, 6 December 2017
Default %var type
Summary
- Default value
- STRING
- Parameter type
- User
- Where set
- By any user
- Related products
- All
- Introduced
- Model 204 V2.1 or earlier
Description
The default %variable type in User Language
VTYPE is a character string parameter. Valid settings of VTYPE are:
- FIXED
- FLOAT
- STRING
- UNDEFINED
Setting VTYPE to UNDEFINED forces explicit declaration of all %variables.
Setting VTYPE to UNDEFINED will also set VLEN to 0.