?? NEWTITLE := 'nfc$parameter_06_definitions' ??

{ nfc$parameter_06_definitions }

  CONST
    nfc$p06_min_param_len = 1, { Minimum # of chars in string
    nfc$p06_max_param_len = 8, { Maximum # of chars in string
    nfc$p06_fill_char = '0', { Pad at beginning with }
    nfc$p06_min_value = 0, { Minimum accepted value }
    nfc$p06_max_value = 99999999, { Maximum accepted value }
    nfc$p06_unit = 1024, { Unit of value }
    nfc$p06_radix = 10, { Radix of parameter }
    nfc$p06_include_radix = FALSE, { No radix specification }
    nfc$p06_unlimited_value = 0; { Means no limit }

?? OLDTITLE ??
