Show / Hide Table of Contents

    GetTextLine Procedure

    Codeunit Text File Importer

    Gets the columns of the next line of the import.

    Overloads

    Name Description
    GetTextLine(List of [Text]): Boolean Gets the columns of the next line of the import.
    GetTextLine(array[500] of Text; Integer): Boolean Gets the columns of the next line of the import.

    GetTextLine(List of [Text]) Procedure

    Gets the columns of the next line of the import.

    Signature

    GetTextLine(var FieldList: List of [Text]) : Boolean
    

    Parameters

    var FieldList List of [Text]

    A list with all fields.

    Returns

    Boolean

    true if a line was found and read.

    GetTextLine(array[500] of Text; Integer) Procedure

    Gets the columns of the next line of the import.

    Signature

    GetTextLine(var FieldsArray: array[500] of Text; var NumberOfFields: Integer) : Boolean
    

    Parameters

    var FieldsArray array[500] of Text

    The array with fields.

    var NumberOfFields Integer

    The total number of read columns.

    Returns

    Boolean

    true if a line was found and read.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX