VTYPE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (Yep it does. And if you later change VTYPE to STRING you must do VLEN too.)
Line 15: Line 15:
==Description==
==Description==
<p>The default %variable type in User Language</p>
<p>The default %variable type in User Language</p>
<p>VTYPE is a character string parameter. Valid settings of VTYPE are: </p>
<p>VTYPE is a character string parameter. Valid settings of VTYPE are:</p>
<ul>
<ul>
<li>
<li>
Line 27: Line 27:
</ul>
</ul>
<p>Setting VTYPE to UNDEFINED forces explicit declaration of all %variables.</p>
<p>Setting VTYPE to UNDEFINED forces explicit declaration of all %variables.</p>
<p>Setting VTYPE to UNDEFINED will also set VLEN to 0.</p>
 
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 00:09, 22 October 2015

Default %var type

Summary

Default value
STRING
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V6.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.