?? NEWTITLE := 'nfc$parameter_11_definitions' ??

{ nfc$parameter_11_definitions }

  CONST
    nfc$p11_start_id = 1, { Position where ID value starts
    nfc$p11_length_id = 2, { # of chars in ID field
    nfc$p11_start_condition = nfc$p11_start_id + nfc$p11_length_id,
    nfc$p11_length_condition = 6, { # of chars in condition field
    nfc$p11_start_message = nfc$p11_start_condition + nfc$p11_length_condition,
    nfc$p11_max_length_message = osc$max_string_size,
    nfc$p11_min_param_len = 0,
    nfc$p11_max_param_len = 999,
    nfc$p11_radix = 10,
    nfc$p11_include_radix = FALSE,
    nfc$p11_fill_char = '0';

*copyc ost$string
?? OLDTITLE ??
