8 lines
167 B
Plaintext
8 lines
167 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
|
|
|