Show / Hide Table of Contents

    GetColumnValue Procedure

    Codeunit Text File Importer

    Gets a specific column in a specific line.

    Deprecated

    This procedure is deprecated and should not be used.

    Reason: This function will be removed. Use the GetFieldValue() function or the GetFieldValue() functions in the "QWETB Text Buffer" table instead.
    Deprecated since: 21.2

    Signature

    [Obsolete('This function will be removed. Use the GetFieldValue() function or the GetFieldValue() functions in the "QWETB Text Buffer" table instead.', '21.2')]
    GetColumnValue(var TempTextBuffer: Record "QWETB Text Buffer" temporary; LineNo: Integer; ColumnNo: Integer)
    

    Parameters

    var TempTextBuffer Record "QWETB Text Buffer" temporary

    The Text Buffer that contains all imported data. This will be positioned at the requested line and column.

    LineNo Integer

    The line number that should be read.

    ColumnNo Integer

    The column number that should be read.

    Remarks

    If the specified line and column was not found, a blank value will be returned.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX