| sprintf(string,"_%dM%do",value,thousandplex); | sprintf(string,"_%dM%do",value,thousandplex); | ||||
| found_value = Lookup(tr, string, ph_thousands); | found_value = Lookup(tr, string, ph_thousands); | ||||
| } | } | ||||
| if(!found_value & (number_control & 1)) | |||||
| if(!found_value && (number_control & 1)) | |||||
| { | { | ||||
| // look for the 'e' variant | // look for the 'e' variant | ||||
| sprintf(string,"_%dM%de",value,thousandplex); | sprintf(string,"_%dM%de",value,thousandplex); |