Post Reply 
Maximum number of LOCAL variables?
03-09-2014, 06:59 AM (This post was last modified: 03-09-2014 07:00 AM by eried.)
Post: #2
RE: Maximum number of LOCAL variables?
You can use any local statements you want.

Code:
local aa,ab;
local ac;
local ad:=1;
local ae:=aa,af:=ab;

Post your code, the error is probably in another line.

My website: erwin.ried.cl
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Maximum number of LOCAL variables? - eried - 03-09-2014 06:59 AM



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