VLEN parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>'s)
 
(One intermediate revision by one other user not shown)
Line 15: Line 15:


==Description==
==Description==
<p>The default length of [[Using_variables_and_values_in_computation#String_.25variables|STRING %variables]] in User Language</p>
<p>
<p>For STRING [[Using_variables_and_values_in_computation#.25Variable_arrays|%variable arrays]], VLEN applies to each element of the array. </p>
<var>VLEN</var> sets the default length of [[Using variables and values in computation#String %variables|String %variables]] in SOUL.</p>
<p>
For <var>String</var> [[Using variables and values in computation#%Variable arrays|%variable arrays]], <var>VLEN</var> applies to each element of the array. </p>
<p>
The maximum setting for <var>VLEN</var> is 255.
</p>
 
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 23:41, 6 December 2017

Default %var length

Summary

Default value
20
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V2.1 or earlier

Description

VLEN sets the default length of String %variables in SOUL.

For String %variable arrays, VLEN applies to each element of the array.

The maximum setting for VLEN is 255.