Home » Community » Newbie corner » Problem DUMP INT64_MIN
| Problem DUMP INT64_MIN [message #62038] |
Thu, 23 July 2026 09:36  |
DiaosLu
Messages: 2 Registered: July 2026
|
Junior Member |
|
|
here is my code
int32 a = INT_MAX;
int32 b = INT_MIN;
int64 x = INT64_MAX;
int64 y = INT64_MIN;
DUMP(a);
DUMP(b);
DUMP(x);
DUMP(y);
a, b, x are dumped successfully, but y dumped nothing. LOG() method has the same result. what's wrong?
|
|
|
|
Goto Forum:
Current Time: Mon Jul 27 22:35:06 GMT+2 2026
Total time taken to generate the page: 0.00607 seconds
|