use pbasic to divide the 2345 number into 4 individual number 2,3,4,5
hsiaochung
Posts: 17
I have a number 2345
how can i divide the 2345 number into 4 individual number 2,3,4,5
which command in PBasic can do above function
how can i divide the 2345 number into 4 individual number 2,3,4,5
which command in PBasic can do above function
Comments
how could i transfer a num to its ASCII
such as 0 its ascii code is 48
which operator can do that
Post Edited (hsiaochung) : 8/17/2008 2:55:16 PM GMT
(2345 DIG 1) + "0"
I use the below statements
(2345 DIG 1) + 48