7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
#title ArrayFill [RCBasic Doc]
|
|
#header sub ArrayFill(ByRef src, fdata)
|
|
|
|
Fills all the elements in an array with the value in fdata
|
|
|
|
#ref ArrayCopy ArrayDim ArraySize
|