Jump to content

Accessing default functions.


Recommended Posts

I have looked, and am presuming they are somehow built into Autoit3.exe, as I can't find them.

basically, I would like use parts of the script for TimerInit etc. and its not in includes.

are they in the cpp source code? I tried "autoit-docs-v3.3.0.0-src.exe" as it sounded sourcy.... but it has all the examples from the helpfile instead.

Any help?

MDiesel

Link to comment
Share on other sites

  • Developers

I have looked, and am presuming they are somehow built into Autoit3.exe, as I can't find them.

basically, I would like use parts of the script for TimerInit etc. and its not in includes.

I am surprised you are asking this question as it is clear its a build in function when you look at the helpfile.

are they in the cpp source code? I tried "autoit-docs-v3.3.0.0-src.exe" as it sounded sourcy.... but it has all the examples from the helpfile instead.

Any help?

MDiesel

It is part of the available source but you will have to download the program source not the helpfile source. ^_^

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

kk thanks. I'll have to do without. I learnt something new by downloading the helpfile source anyway!!

@Jos

if you look at the wording i am more guilty of stating the obvious than asking a stupid question. Stating the obvious, such as "Read the helpfile" are essential to the forum. I was saving someone from replying to tell me they are inbuilt functions.

I realised the second bit too... but i couldn't find the actual source and it saved you from asking "Have you tried looking"

Link to comment
Share on other sites

  • Developers

if you look at the wording i am more guilty of stating the obvious than asking a stupid question. Stating the obvious, such as "Read the helpfile" are essential to the forum. I was saving someone from replying to tell me they are inbuilt functions.

mmm.. don't think I said you asked a stupid question as far as I can tell... just that I was surprised you asked and even stated you check the includes.

Jos ^_^

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

George once again states the obvious

If the Function starts with _ (underscore) it's a UDF otherwise it's a function native to AutoIt which of course is written in C++. If I recall correctly, we didn't even have TimerInit() and TimerDiff() in the last available version of the source. It was TimerStart() and TimerStop()

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...