User Tools

Site Tools


en:fill

This is an old revision of the document!


Fill (Statement)

Format

dim array_variable[length] fill expression
dim array_variable[rows, columns] fill expression

dim array_variable fill expression
dim array_variable[] fill expression
array_variable fill expression
array_variable[] fill expression

Create a One Dimensional Array and Fill With a Value

Create a Two Dimensional Array and Fill With a Value

Fill an Existing Array With a Single Value

Description

Fills a newly dimensioned or previously dimensioned array with a single value.

See Also

History

1.99.99.56New to version
en/fill.1471098230.txt.gz · Last modified: 2020/02/28 10:46 (external edit)