//AM i = i + l ;  - Redundancy removed, dd 2 oct 2000
//BN  i ++ ;
//
i = i + l ; // Repaired the bug introduced by AM.
//BN