kjactive 1 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... Share this post Link to post Share on other sites