Applies To
All
Purpose
Sets or returns the first step in the DioBlock in respect to the file.
Syntax
Object.FirstStep [ = vFileStep ]
Or
[vFileStep = ] Object.FirstStep
The FileFirstStep method syntax has the following parts:
Name |
Type |
Description |
Object |
DioBlock |
DioBlock object |
vFileStep |
Variant |
Starting step number in the file. Step number specified by either the step label or the step number. |
Comment
When setting the file first step value, the first step in the DioBlock object will point to vFileStep step in the file object. When calling the Paste method it will paste the block to the file starting form that step. |
See Also