Quote (boh_tom @ Jan 25 2013 05:28am)
so...
1. generate an array from 1 to 50
2. make another array from that, that you can divide by 5
help please

you dnt give enough information but if its an array of integers the syntax is
Code
var somearr : array[0..49] of Integer;
at least in delphi it is which is based off pascal