Avatar

Level 2

This was a semi-helpful answer. I used the object.formattedValue and it did not result in an answer at all.  I have and am looking into the whole object.formattedValue concept to assure myself that I am doing it correctly.  I have the salary object generating the perhour answer and then i would like to take the perHour answer and generate the payperiod answer, using the already rounded number (formattedValue, Display value etc..).  Could you write the code as this example

payPeriod.rawValue = (perHour.formattedValue) * (80);

let me know if this is right or not, cause it is not working.--Allen