Hello Marcus,
I suspect your error is here as we only get integer math:
Try this instead:Code:X = 2 * P / 1.2
Best Regards,Code:X = 20 * P / 12
Paul
Hello Marcus,
I suspect your error is here as we only get integer math:
Try this instead:Code:X = 2 * P / 1.2
Best Regards,Code:X = 20 * P / 12
Paul
The way to avoid mistakes is to gain experience. The way to gain experience is to make mistakes.
Bookmarks