Post Reply 
variable initial value - bug? (rev. 8151)
09-26-2015, 03:19 PM (This post was last modified: 09-26-2015 03:19 PM by DrD.)
Post: #2
RE: variable initial value - bug? (rev. 8151)
For starters, you need to assign the variable k the value of 1. You show:

local k=1;

It needs to be:

local k:=1;

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: variable initial value - bug? (rev. 8151) - DrD - 09-26-2015 03:19 PM



User(s) browsing this thread: 2 Guest(s)