This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

calculation with table
#2
while i<3 do loop works only once because i is not reset in the for loop. You can use for i = 1, 2 do instead of while. In this case i is a local variable so there's no need to declare it beforehand.
Reply


Messages In This Thread
calculation with table - by pioneersteffen - 22.08.2022, 06:32
RE: calculation with table - by admin - 23.08.2022, 06:59

Forum Jump: