Fields method

The Fields method returns the Fields Object that is part of the BlueZone LIPI Object.

The Fields Object is used in the CreateiSeriesDataBase method. Refer to CreateiSeriesDataBaseFile method for more information.

Syntax
object.Fields()
Example
Set Fields = bzlipi.Fields()
Fields.Insert "F1", "", 1, 776, 0, "*DEFAULT", "*DEFAULT", 0, 0, 0
bzlipi.CreateiSeriesDataBaseFile( "local.txt", 0, "local.fdf", 6, 0, 4, 0, 1, 0, Fields, "MYLIB/TEST", "")