How to programatically exit while loop?

Any general or miscellaneous queries that do not fit into the other forum catagories

Moderators: Benj, Mods

Post Reply
Kumaran
Posts: 73
Joined: Tue Apr 08, 2008 5:23 pm
Been thanked: 1 time
Contact:

How to programatically exit while loop?

Post by Kumaran »

Hi

I want to exit the while loop programaticaly. how to do that? attached the code for your reference.


Thanks
kumaran
Attachments
Interrupt.fcm
(1.83 KiB) Downloaded 323 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: How to programatically exit while loop?

Post by Benj »

Hello

You use the while loop like you would use a decision icon. Double clicking on the loop allows you to enter details such as the following.

1 - Loop foroever
x < 10 - Loop while variable x is less than 10
x = 255 - Loop while variable x is equal to 255

etc

Kumaran
Posts: 73
Joined: Tue Apr 08, 2008 5:23 pm
Been thanked: 1 time
Contact:

Re: How to programatically exit while loop?

Post by Kumaran »

Thanks for your reply. It works. I am very happy on your prompt & clearly explained reply. But for last week posted queries there is no reply still.I guess, May be you have missed it or may be you are on vacatuion. Could you please look in to the following forum and give your valuable support?

http://www.matrixmultimedia.com/mmforum ... f=6&t=4800

Thanks once again for your extra ordinary support. Keep it up.

Regards
Kumaran

Post Reply