bigred Posted August 9, 2004 Posted August 9, 2004 (edited) I was wondering if the following functions could be added. Or if there is a reason they were omitted, could someone tell me? MemGetStats SoundPlay SoundSetWaveVolume TimerStart(Init) TimerStop(Diff) File-Functions (pretty much all of them) Also I was wondering why AutoItX is "beta". Is it not stable yet? Edited August 9, 2004 by bigred
CyberSlug Posted August 9, 2004 Posted August 9, 2004 It's beta because it's incomplete Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Administrators Jon Posted August 9, 2004 Administrators Posted August 9, 2004 I was wondering if the following functions could be added. Or if there is a reason they were omitted, could someone tell me? MemGetStats SoundPlay SoundSetWaveVolume TimerStart(Init) TimerStop(Diff) File-Functions (pretty much all of them) Also I was wondering why AutoItX is "beta". Is it not stable yet? The aim of AutoItX is to provide the core AutoIt functions to other languages. File, string, registry, and cosmetic functions are I think outside of that goal and should be already provided by any half-decent scripting language. I only added the registry functions into AutoItX as the built-in functions in a lot of languages generally struggle in this area (and the ability to do reg enums/remote reg is handy). I printed out a list of all the AutoIt functions and then cut out all the ones I didn't think needed to be converted, and that's what we have at the moment.
bigred Posted August 10, 2004 Author Posted August 10, 2004 It's beta because it's incomplete Ah ok, so its Beta because its a work in progress. Cool! I printed out a list of all the AutoIt functions and then cut out all the ones I didn't think needed to be converted, and that's what we have at the moment.Oh ok, that makes good sense. Tho from my POV the syntax of AI3 seems simpler, so when I go to use a command like one I mentioned, I'd rather use the AI3 ones. I mean since I already have it loaded and incorporated into my program, why not have the choice? Is it also an issue of efficiency? Do the extra commands waste space?
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