Applies To
All
Purpose
Return the step number where the specified label resides.
Syntax
dwStep = Object. GetLabelStep ( sLabel)
The GetLabelStep method syntax has the following parts:
Name |
Type |
Description |
Object |
DioFile |
DioFile object |
sLabel |
String |
Label name. |
dwStep |
DWORD |
The step number where the label resides. dwStep will be set to 0xFFFFFFFF in case of invalid label. |
See Also