Value Tag (NamedSubString)

ClosedDescription

Sets the value of the named data source. The value can be text (Unicode text) or a Base64 value (a Base64-encoded block of bytes).

ClosedSyntax

<Value>Content</Value>

Where Content is the value of the data source.

ClosedParent Tag

<NamedSubString>

ClosedRemarks

Required tag that is used with the <Print> and the <FormatSetup> commands when the <NamedSubString> tag is used in the script.

ClosedExample

<?xml version="1.0" encoding="utf-8"?>

<XMLScript Version="2.0" Name="09232006_103601_Job1" ID="123">

<Command Name="Job1">

<Print>

<Format>Document1.btw</Format>

<NamedSubString Name="Name">

<Value>John Doe</Value>

</NamedSubString>

</Print>

</Command>

</XMLScript>

ClosedRequirements

BTXML Script version 1.0 (BarTender 8.0 and later versions)