- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You didn't end your if statement..if shoudl be like this:
if (OfferPrice.rawValue < 300) then
InitialDeposit.rawValue = 5000
elseif
(OfferPrice.rawValue > 299) then
InitialDeposit.rawValue = 10000
endif
Views
Replies
0 Likes
Total Likes