Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by G2M2

  1. G2M2

    Duplicate certain values of an array and increase second counter

    Hi I have one array "A" with N values and another one "B" with also N values. The values in "B" are a flag (let's say YES or NO) to decide if a certain position n, 1<n<N has to be written twice in a third array "C" of dimension M>N Something like this: DO n=1,N m=1,M IF B(n) = NO then C(m) =...

Part and Inventory Search

Back
Top