Table of Contents

ImportFromText Procedure

Table tTempBlob

Imports the provided text.

Overloads

Name Description
ImportFromText(Text) Imports the provided text.
ImportFromText(Text; TextEncoding) Imports the provided text with the given encoding.

ImportFromText(Text) Procedure

Imports the provided text.

Signature

[NonDebuggable]
ImportFromText(TextToImport: Text)

Parameters

TextToImport Text

The text to save to the Blob.

ImportFromText(Text; TextEncoding) Procedure

Imports the provided text with the given encoding.

Signature

[NonDebuggable]
ImportFromText(TextToImport: Text; Encoding: TextEncoding)

Parameters

TextToImport Text

The text to save to the Blob.

Encoding TextEncoding

The encoding to use when saving the text.

This documentation is generated from Smart Toolbox v27.1