View Single Post
  #1  
Old 02-03-2010, 06:42 PM
webdev webdev is offline
Senior Member
 
Join Date: Jun 2009
Posts: 7,868
Default sorting an array in PASCAL

Hi! i am having trouble sorting an array using a for loop. the problem occurs when using iterations i and i+1 for example count:=0 for i:=0 to count do begin if a[i] > a[i+1] then begin ....
__________________
Website Development
Domain Name Forum
Reply With Quote