import_text_block_base64

The import_text_block_base64 imports a base64 encoded Text Block XML from a variable. This function allows Text Blocks to be imported from external sources such as a database or XML resource.

FUNC TEXT import_text_block_base64 (CONST TEXT base64)

The function import_text_block_base64 is of type TEXT.

The function has one parameter:

  • The parameter file is of type TEXT. This is the base-64 encoded representation of a Text Block.

The function import_text_block_base64 returns a Text Block name that can be used by the Master Template to present it for editing and to produce the content in the output document. This name is only valid for the current Master Template run and should not be stored anywhere.