SetTextToBlobStorage Method

Write a string to Temp Blob Codeunit.

Syntax

	SetTextToBlobStorage(var blobHelper: Codeunit "Temp Blob"; string: Text)

Parameters

blobHelper

Type: Codeunit “Temp Blob”
Temp Blob codeunit object to write the text into.

string

Type: Text
String to write into the Temp Blob codeunit object.

Return Value

None

Remarks

This should only be used for long text stored in blob.