0
why can't i use int.parse in this app ?_?
3 Antworten
0
maybe it is because of your spelling.
it muse be int.Parse()
0
Also Convert.ToInt32()
- 1
use parseInt(your string)
like:
var x = Math.random();
x = (x * 10)+1
x = parseInt(x)
document.write(x)
(random number from 0 to 10)