this makes sense to me. in php you can do a rand(0,10) etc to get a random number between 1 and 10 but what is the syntax for xcode? and concatenating strings so if I generate a random number, how can I take that number to get the equivelent of: "image/imgNum" . $i . ".png"?
is there a 'cheat sheet for how to do these basic things?
|