in reply to Re: Split int into segments of max int 26
in thread Split int into segments of max int 26
Hello Anonymous Monk,
The reason is simple, read the ASCII Table and Description on the Decimal column you will see (Dec 65 = A) but when you read the int are coming as 1 so you need to add 64 to get the character. You can also read the chr function it contains the same example.
Hope this helps, BR.
|
|---|