View Single Post
Old 12-16-2011, 11:15 AM   #10
Erriez
Human being with feelings
 
Join Date: Jun 2010
Location: The Netherlands
Posts: 177
Default

Can you explain why the code below does not work?

Code:
array1 = 3;
array2 = (array1 + 6);
array3 = (array2 + 4);
Erriez is offline   Reply With Quote