Show / Hide Table of Contents

    ReadTextBLOB Procedure

    Codeunit Text File Importer

    Imports from a Temp Blob codeunit.

    Overloads

    Name Description
    ReadTextBLOB(Codeunit "Temp Blob"): Integer Imports from a Temp Blob codeunit.
    ReadTextBLOB(Record "QWETB tTempBlob" temporary): Integer Imports from a TempBlob record.

    ReadTextBLOB(Codeunit "Temp Blob") Procedure

    Imports from a Temp Blob codeunit.

    Deprecated

    This procedure is deprecated and should not be used.

    Reason: This function is deprecated and will be removed. Use the function LoadData() instead.
    Deprecated since: 21.2

    Signature

    [Obsolete('This function is deprecated and will be removed. Use the function LoadData() instead.', '21.2')]
    ReadTextBLOB(TempBlob: Codeunit "Temp Blob") : Integer
    

    Parameters

    TempBlob Codeunit "Temp Blob"

    The Temp Blob codeunit that contains the data.

    Returns

    Integer

    The number of text lines in the data.

    ReadTextBLOB(Record "QWETB tTempBlob" temporary) Procedure

    Imports from a TempBlob record.

    Deprecated

    This procedure is deprecated and should not be used.

    Reason: This function is deprecated and will be removed. Use the function LoadData() instead.
    Deprecated since: 21.2

    Signature

    [Obsolete('This function is deprecated and will be removed. Use the function LoadData() instead.', '21.2')]
    ReadTextBLOB(tTempBlob: Record "QWETB tTempBlob" temporary) : Integer
    

    Parameters

    tTempBlob Record "QWETB tTempBlob" temporary

    The record that contains the data.

    Returns

    Integer

    The number of text lines in the data.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX