Do i = 1 to Array.0
 If Array.i, 1, 3 = '-- ' then
  Do                                                            
   ...
  End
 Else
  Do
   ...
  End
End
