03-29-2015 07:30 AM
How to let everytime the loop excuted to be controlled by some inputs ?
03-29-2015 07:33 AM
You need to give a lot more information. I have no idea what you are trying to do. How is the loop supposed to be controlled? What inputs?
03-29-2015 07:37 AM
I have a huge loop and some inputs and what I need is to change the inputs for each time the loop is excuted. Got it ?
03-29-2015 07:42 AM
@MarinaNashaat wrote:
I have a huge loop and some inputs and what I need is to change the inputs for each time the loop is excuted. Got it ?
Who is changing the inputs? The user? The loop itself? Reading from a file? Reading from an instrument?
What is the loop doing?
Any example code you can share to give context will help.
03-29-2015 07:47 AM
I change the inputs manually ... I want to change the inputs every loop excution so the loop excutes different cases "from case structures which is inside the loop" .. Got it ?
03-29-2015 07:50 AM
In another way ... Inside the loop I'm displaying different messages to the user according to the given inputs so when the loop is excuted 4 times .. it displays the same message to the user 4 times ...SO I need to give different inputs each time to display different messages .. GOt it ?
03-29-2015 07:57 AM
03-29-2015 08:14 AM
Sorry for saying it ..I didn't meant at all !
03-29-2015 08:20 AM
03-29-2015 08:35 AM
Can you run this ? let Q in parameters Query =2 and the RN16 String leave it empty and Run ...an MSG will be displayed till the loop stops .. all my work depends on RN16 input / PC/XPC,EPC,PacketCRC input / RN16 flag / PC/XPC,EPC,PacketCRC input flag ...and I need to change them to something changing each excution "I mean I can't use arrays because I Don't know the whole values for each input before running the program " ..