                                                                crit_slen
Chapter 13 Set and Criteria Selection

The crit_slen command establishes set selection criteria for the length of an
object's attribute string.

crit_slen

    Criteria: range of sttribute string length.

         crit_slen n1 n2

    Defines the string length range criteria for set selection.  Note: by
    specifying zero (0) for n1 and n2, objects without strings will be
    selected.  When multiple crit_slen entries exist, only one must be true for
    an object to be included in the target set.  Assembly is required.
    ___________________________________________________________________________
    Options/arguments:

         n1        Lower bound of string length range
         n2        Upper bound of string length range
    ___________________________________________________________________________
    Example(s):

    To set as selection criteria a string length range of 1 to 18 characters,
    inclusive, enter:

         crit_slen 1 18
    ___________________________________________________________________________
    See also:

              crit_astrg, crit_arange, crit_exec, crit_clear
    ___________________________________________________________________________
