How to use this block?

do result block.
can you give a example?

3 Likes

Result of Label1.text is “He”

In the Do result block you can put multiple blocks to do something.

10 Likes

If you know any programming language it is works with While Test Do Block for returning something first without using variable values like

do {
         printf("Hello");
         i++;
} while(i <= 100);

Capture
I think this block is for DO WHILE LOOP.

3 Likes

Don’t misguide others, do-while is a loop, do-result block is not a loop.

4 Likes

Storey for that I want to say that it works with while test do block