Discussions tagged LONGLONG
Calculation errors with LongLong datatype
- Resolved
- Issue
- Last updated 2 years ago
- Martin Kaltenböck replied 2 years ago
Hello,
using PB 2019 R3 2703, Windows 10 64
in my application I must make use of the LongLong datatype.
Unfortunately I noticed calculation errors on doing a integer division with this datatype.
Here is the code:
longLong x, y
x = 7129750713734...
Does anyone had issue with longlong datatype in PB170?
- Issue
- Last updated 6 years ago
- Hung Doan replied 6 years ago
Does anyone had issue with longlong datatype in PB170? This codes work with PB125 but now I find out it does not work with PB170 R2.
I defined a variable longlong al_unos_race, read in a longlong as you can see from the first screenshot below. B...
- Page :
- 1