IgnoreCase Tag

ClosedDescription

Sets whether a data value will treat any change from upper to lower case, or vice versa, as a data change. If set to true, any case differences in the data item text will be ignored.

ClosedSyntax

<IgnoreCase>Value</IgnoreCase>

Where Value equals true or false.

ClosedParent Tag

<MediaHandling>

ClosedRemarks

The <IgnoreCase> tag sets whether case is ignored when comparing data item values.

<IgnoreCase> is an optional tag that is used with the <Print> and <FormatSetup> commands when the <MediaHandling> tag is included 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>Label1.btw</Format>

<MediaHandling>

<Action>btMHPageBreak</Action>

<DataItemName>TheDataItemName</DataItemName>

<DataItemType>btMHNamedSubString</DataItemType>

<IgnoreCase>true</IgnoreCase>

<Occurrence>btMHAfterDataChange</Occurrence>

</MediaHandling>

</Print>

</Command>

</XMLScript>

ClosedRequirements

BTXML Script version 1.0 (BarTender 8.0 and later versions)