I am trying to format a field as 9.99. Sometimes this is a whole number but I still need the decimals to print. I tried using LSNumberFormat(query.sem_gpa, "_.00"), NumberFormat(query.sem_gpa, "0.00") and DecimalFormat(sem_gpa). It appears to ignore the mask.
Any help would be greatlyappreciated.