Table of Contents

GetFieldValue Procedure

Codeunit Text File Importer

Gets the value of a specific column in a specific line.

Signature

GetFieldValue(LineNo: Integer; FieldNo: Integer) : Text

Parameters

LineNo Integer

The line number that should be read.

FieldNo Integer

The field number that should be read.

Returns

Text

The value of the specified field as text.

Remarks

If the specified line and column was not found, an error will be thrown.

This documentation is generated from Smart Toolbox v27.1