Previous Topic

Next Topic

LineType - MaxBasic Function

LineType([Offset: Number]): Variant

Returns the value of the offset field in the current line of the import file.

LineType function syntax has these named arguments:

Parameter

Description

Offset

Optional. Offset is 1 based i.e 1 means the first field and is the default it not specified. Passing in a value greater than available fields will return empty string.


See Also

Import Functions

Book Contents

Book Index