-TS- Posted April 18, 2004 Posted April 18, 2004 Can (can how) could i use a $var inside a $var? $number$x DOnt think its posable, but hey worth knoing. And how many dif $vars can we use in the newest version, i know the earlyer beta version could only have 255 (hexed 2 bit code)...?
jpm Posted April 18, 2004 Posted April 18, 2004 Can (can how) could i use a $var inside a $var? $number$x DOnt think its posable, but hey worth knoing. And how many dif $vars can we use in the newest version, i know the earlyer beta version could only have 255 (hexed 2 bit code)...?no, But if your concern is to have an array just use $number[$x] I you want to get the content of a variable whose name is $number$x use eval($number & $x)
-TS- Posted April 18, 2004 Author Posted April 18, 2004 Im just lazy and want to cut down all the repeater lines in my scrpit. $x = 1 Do $Number$x(or what ever) = IniRead("SCN Pick em Quick Numberlog and Gamelog.ini", "Number Logger", $x & " been called", 10) until $x = 1000 DO you know how many $vars we can have in one script?
CyberSlug Posted April 18, 2004 Posted April 18, 2004 DO you know how many $vars we can have in one script?From the help file FAQ #15:Arrays: 64 dimensions and/or a total of 16 million elementsMaximum number of variables in use at one time: 1024 Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now