BoardNumber Property (DioFileBoard)

Purpose

Return the board index number.

Syntax

[nBoardNumber = ] Object.BoardNumber

 

The BoardNumber property syntax has the following parts:

Name

Type

Description

Object

DioFileBoard

DioFileBoard object.

nBoardNumber

SHORT

Integer specifying the board number in the file object. The index is zero based.

Comments

Boards numbers are between zero and eight. The first board is always the Master with index number zero.

Example

The following statement returns the board number:

Set diofileboard = diofile.Board (0)

nIndex = diofile.BoardNumber

 

See Also

DeleteBoard, InsertBoard