Comments on: FOR EACH..NEXT loop https://vivaclipper.wordpress.com/2012/12/29/for-each-next-loop/ Notes of a Clipper Language Student Tue, 02 Oct 2018 07:10:05 +0000 hourly 1 http://wordpress.com/ By: vivaclipper https://vivaclipper.wordpress.com/2012/12/29/for-each-next-loop/#comment-12159 Tue, 02 Oct 2018 07:10:05 +0000 http://vivaclipper.wordpress.com/?p=2645#comment-12159 In reply to Gustavo Neves.

You are welcome 🙂

Wrong: Clip has a “FOR var IN …” and Harbour has a “FOR EACH var IN”.

Correct: Clip has a “FOR var IN …” and Harbour has “FOR var IN …” A.N.D. “FOR EACH var IN”. !

May be considered equivalent in function and not equivalent by syntax.

May be FOR EACH more speedy than other, but need test.

Happy Harbour’ing

]]>
By: Gustavo Neves https://vivaclipper.wordpress.com/2012/12/29/for-each-next-loop/#comment-12154 Mon, 01 Oct 2018 15:26:52 +0000 http://vivaclipper.wordpress.com/?p=2645#comment-12154 Hi! I was wondering about the different FOR loops available in CLIP and Harbour.
Clip has a “FOR var IN …” and Harbour has a “FOR EACH var IN”.
Do you know if they are equivalent?
They seem to do the same thing, but I am not sure yet and couldn’t find anyone talking about it.

]]>
By: Harbour Statements | Viva Clipper ! https://vivaclipper.wordpress.com/2012/12/29/for-each-next-loop/#comment-7807 Thu, 13 Feb 2014 12:20:56 +0000 http://vivaclipper.wordpress.com/?p=2645#comment-7807 […] FOR EACH […]

]]>