
Hoe maak ik een for loopke met tcsh? Iets gelijk hieronder, maar dan werkend. for (i=0;i<100;i++){ //do something }

for (( b = 0; b < 100; b=b+1 )) do // something done Thomas Abeel wrote:
Hoe maak ik een for loopke met tcsh?
Iets gelijk hieronder, maar dan werkend.
for (i=0;i<100;i++){ //do something } _______________________________________________ Binari Implicitly Neglects All Recursive Iterations https://maillist.psb.ugent.be/mailman/listinfo/binari
-- Sofie Van Landeghem PhD Student VIB Department of Plant Systems Biology, Ghent University Bioinformatics and Systems Biology Technologiepark 927, 9052 Gent, BELGIUM Tel: +32 (0)9 331 36 95 Website: http://bioinformatics.psb.ugent.be

das very ambetant om da in tcsh te doen ... :-/ On 12/10/2010 14:27, Thomas Abeel wrote:
Hoe maak ik een for loopke met tcsh?
Iets gelijk hieronder, maar dan werkend.
for (i=0;i<100;i++){ //do something } _______________________________________________ Binari Implicitly Neglects All Recursive Iterations https://maillist.psb.ugent.be/mailman/listinfo/binari
-- ============================================================== Lieven Sterck, PhD Tel:+32 (0)9 3313821 Fax:+32 (0)9 3313809 VIB Department of Plant Systems Biology, UGent Bioinformatics and Evolutionary Genomics Division Technologiepark 927, B-9052 Gent, Belgium Email: lieven.sterck@psb.vib-ugent.be Website: http://bioinformatics.psb.ugent.be ============================================================== "Facts are meaningless. You could use facts to prove anything that's even remotely true" - H. Simpson
participants (3)
-
Lieven Sterck
-
Sofie Van Landeghem
-
Thomas Abeel