Posts: 308
Threads: 109
Joined: Oct 2010
Reputation:
0
how can i disassemble a value? i mean... i have this:
new num;
how can i check if the first char is something?
Posts: 308
Threads: 109
Joined: Oct 2010
Reputation:
0
but my num is without cells...
Posts: 140
Threads: 28
Joined: Jul 2010
Reputation:
0
lol you came to ask here?
hint: you don't need to convert the value to string. you can check the digits of a number by using division and remainder.
Posts: 308
Threads: 109
Joined: Oct 2010
Reputation:
0
ok... DeadlyBoy... i just wanted to see why Ron's Answer was wrong...
Posts: 140
Threads: 28
Joined: Jul 2010
Reputation:
0
because when using char value as integer it returns the Unicode value.