Table of Contents

SetFixedLengthColumn Procedure

Codeunit Text File Importer

Adds a column definition to the Fixed Length settings.

Deprecated

This procedure is deprecated and should not be used.

Reason: The table "QWETB Fixed Length Column No" is deprecated and this function will be removed. Use the function Add() in the "QWETB Fixed Width Column" table together with the LoadData() function instead.
Deprecated since: 21.2

Signature

[Obsolete('The table "QWETB Fixed Length Column No" is deprecated and this function will be removed. Use the function Add() in the "QWETB Fixed Width Column" table together with the LoadData() function instead.', '21.2')]
SetFixedLengthColumn(var TempFixedLengthToColumnNo: Record "QWETB Fixed Length Column No" temporary; ColumnNo: Integer; StartPos: Integer; Length: Integer)

Parameters

var TempFixedLengthToColumnNo Record "QWETB Fixed Length Column No" temporary

The temporary record where the settings will be inserted.

ColumnNo Integer

The column number.

StartPos Integer

The start position for this column.

Length Integer

The length of this column.

This documentation is generated from Smart Toolbox v27.1