VTYPE parameter

From m204wiki
Revision as of 00:57, 28 February 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.