Skip to content

Fill

Type Function: STRING

Input C BYTE (Character Code)
L INT (length of string)
Output STRING (result STRING)
FILL creates a string consisting of the symbol C with the length L.
FILL(49,5) = '11111'
The FILL function evaluates the Global Setup constant STRING_LENGTH and limits the maximum length L of the string to STRING_LENGTH.

fill