This thread should be in Module Coding section because Pawn does not have ints and shorts.
Quote:
Originally Posted by souvikdas95
1. I require conversion of int back to shortint
|
sizeof int > sizeof shortint
.'. MaxValue of int > MaxValue of short
.'. You cannot convert int to shortint properly. You CAN convert int to shortint if value of int is in the Range of shortint.
Quote:
Originally Posted by souvikdas95
2. I require WriteString() doing opposite work to that of ReadString()
|
XY Problem
__________________