Using logical processing3-32 Using LCDS Print Description LanguageLMODIFY SELECTSpecifies the part of the print line that will be printed in thespecified ink.Syntax LMODIFY SELECT= {LINE | (offset, length)}OptionsDefault No defaultLMODIFY TESTSpecifies the test expression for selecting one or more textstrings to be printed in color.Syntax LMODIFY TEST = {criid | (criid1, OR, criid2) | (criid1, AND,criid2)}OptionsDefault No defaultTable 3-24. LMODIFY SELECT parameter options and definitionsOption DefinitionLINE Prints the entire line using the specified ink.offset Specifies in bytes (relative to zero) the amount of space from thebeginning of the print line to the beginning of the portion of the line that willbe printed in the specified ink.length Specifies the length in bytes of the portion of the print line that will beprinted in the specified ink.Table 3-25. LMODIFY TEST parameter options and definitionsOption Definitioncriid criterion identifier.Specifies the identifier of a CRITERIA command that is being referencedin this TEST parameter.AND Specifies that both of the two specified criteria must be met for theselected text to print in color.OR Specifies that either of two specified criteria must be met for the selectedtext to print in color.