?? NEWTITLE := 'nfc$parameter_20_definitions' ??

{ nfc$parameter_20_definitions }

  CONST
    nfc$p20_min_size = 4, { Minimum # of chars in parameter
    nfc$p20_max_size = 4, { Maximum # of chars in parameter
    nfc$p20_min_value = 0000, { Please don't try it
    nfc$p20_min_allowed = 0075, { Smallest we will take
    nfc$p20_max_value = 9999, { Biggest allowed
    nfc$p20_infinite_value = nfc$p20_max_value,
    nfc$p20_network_default = 0600,
    nfc$p20_network_read_short_wait = 750, { 750 milliseconds }
    nfc$p20_fill_char = '0',
    nfc$p20_radix = 10,
    nfc$p20_include_radix = FALSE;

?? OLDTITLE ??
