Jump to content

Recommended Posts

Posted

I wonder is there maybe a library to build a simple scripting engine on Autoit?

I have like 10 functions in my script and I want to build a scripting engine so my user could write and execute simple scripts inside my app

So if someone done this let me know

it will have

1. Parse stage

2. Loop

3. Get function, parameters

Call ("Function5", "param1","param2")

Call ("Function2", "param1","param2")

Call ("Function3", "param1","param2")

Call ("Function1", "param1","param2")

Call ("Function2", "param1","param2")

....

basically a parser will be nice

I'm just too lazy :D

Posted

I have enough to do without helping lazy coders. in other words, no effort on your part == no effort on my part

We don't write your code, we just help with problems you may run into.

Also I suggest you read this

http://www.autoitscript.com/forum/index.php?showtopic=107356&view=findpost&p=757174

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!"

Posted

ok, we've establish GEOSoft & JohnOne have IQ of 5 year old

anyone constructive here?

P.S. btw where is moderator to spank those GEOSoft & JohnOne?

I thought this was a forum for coders, not blah-blah chicks

Posted

I know who will get spanked .. and it won't be GEOSoft & JohnOne for sure :D

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Posted (edited)

I thought this was a forum for coders, not blah-blah chicks

This forum is for coders and so far (judging by your posting history) you don't qualify.

Edited by GEOSoft

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!"

Posted

P.S. btw where is moderator to spank those GEOSoft & JohnOne?

A moderator is here now. So let me get this straight, you come onto our forum and expect other people to do your work for you because you're lazy? Fuck off and don't come back if that's your attitude. Your kind are not tolerated around here.

I thought this was a forum for coders, not blah-blah chicks

Right, it's for coders, not lazy half-wits who expect others to do their work.
Posted

@OP I don't beleive that your attitude is warranted but have a google for "How to Make a Command Interpreter".

Interpreters have great power!Although they live in the shadow of compiled programming languages an interpreter can do anything that a compiled language can do, you just have to code it right.

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
×
×
  • Create New...