Hiyoal Posted May 17, 2008 Posted May 17, 2008 As the title says, is there any Functions in AutoIt which are similar to VarSetCapacity() from AutoHotKey.Description of VarSetCapacity() AHK:http://www.autohotkey.com/docs/commands/VarSetCapacity.htmHiyoal
evilertoaster Posted May 17, 2008 Posted May 17, 2008 No need, the variables should be able to grow as long as you have enough free memory, there's no max szie really (although the max string size for example is 2GB, but this is not really an AutoIt limitation).
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