Message 1 of 3
Not applicable
11-01-2020
11:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
As you may know it is possible to use some calculation results in the text fields.
For example here I divide 5 by 2 and get 2.5.
Do somebody know if it is possible to get integer division result and also the reminder of the division?
Fox example:
Integer division: 5 // 2 = 2
Reminder of division: 5 % 2 = 1
Are there some operators or functions for that?
Solved! Go to Solution.