kjactive Posted April 23, 2005 Share Posted April 23, 2005 (edited) I was wondering - is it posible to put a funtion into one line like something like this, it could simplify and make a script a lot smaller... Func Test() _ FOR $a = 1 TO 10 _ ConsoleWrite(.... _ Next _ EndFunc // _ linebreak would be: Func Test() FOR $a = 1 TO 10 ConsoleWrite(.... Next EndFunc Kåre Edited April 23, 2005 by kjactive Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc... Link to comment Share on other sites More sharing options...
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