- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
the arithmetic over/underflow happens if any of the values used in a script is 0.
You can wrap you script in a if expression to avoid this problem.
if (annualSalary gt 0 and percent gt 0) then
$ = annualSalary / percent / 24
}
Views
Replies
0 Likes
Total Likes