How to make consecutive number

I dont have english skill and kodular skill
So, I show example

Input
Text box1:3
Text box2:8

Output
3
4
5
6
7
8

I want this kode

Welcome.
This is not about Kodular skills, but programming logic.

http://www.appinventor.org/book2

For each 3 to 8 by 1
Where 3 is your textbox.text
And 8 os your textbox2.text

4 Likes

Use for each number loop start from textbox1 to textbox2 and print all the number

2 Likes

image

3 Likes

Thank you. I try it

2 Likes

Thank you. I’ll learn.

2 Likes

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