FillRandom Method (DioBlock)

Applies To

All

Purpose

Fills the specified number of steps and channels with Pseudo Random values.

Syntax

Object.FillRandom ([iSeed], [vFirstStep], [dwSteps], [vFirstChannel], [vLastChannel])

 

The FillRandom method syntax has the following parts:

Name
Type
Description
Object
DioBlock
DioBlock object
iSeed
Integer
Optional - The seed or starting value, default is 1.
vFirstStep
Variant
Optional - Starting step either number specified by the step label or the step number. Default is the first step.
dwSteps
DWORD
Optional - Number of steps, default is all steps
vFirstChannel
Variant
 
Optional - First channel number in the block. Channel number specified by either channel label or the channel number. Default is the first channel.
vLastChannel
Variant
Optional - Last channel number in the block. Channel number specified by either channel label or the channel number. Default is the last channel.

 

See Also

FileFirstStep