Avatar

Not applicable

I am trying to develop my first form using FormCalc. Line 1 reads:

"if (OfferPrice.rawValue < 300000) then InitialDeposit.rawValue = 5000 elseif (OfferPrice.rawValue > 299999) then InitialDeposit.rawValue = 10000;" (without the quotes)

It won't work and I am told the error is at various places each time I check the syntax. Help - If I can't do something this simple I think I will shoot myself. The names are correct and I have this under "calculate". And to think, I used to program in APL and Cobol