Some processing problem

here im trying to display the “C”+i.toString in the message box… i have used while loop…while running im getting same value and its not chan

ging to C1…C2 etc

Make number default value is 0

@vishal.kp,

If you are assigning it in a variable pane, everytime it will initialize the value. So, try assigning the value as you are passing in the variables line using assign activity and then try :slight_smile:

did…nothing changed

@vishal.kp Can you elaborate more on what you need exactly.

i did it … i have cleared the default value of i and tried…still its the same C0 im getting till the while loop finishes

Can you post the screenshot of how you are trying @vishal.kp ?

I mean, please try as below

image

1 Like

i need to print C0 and next C1 till some value…i have used the while loop and inside it assign activity to increment . but everytime im getting only C0.

You didn’t align the activities correctly. Put Num declaration first then i assigned activity finally message box. Because it will execute the workflow sequence order

Hi @vishal.kp
Do like this 1 And declare variables like this

1 Like

thank you…this solved the problem

1 Like

Happy to help @vishal.kp :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.