rajeshontheweb Posted April 9, 2009 Posted April 9, 2009 (edited) Func _ConsoleWriteLine($Command) ConsoleWrite(@CRLF) ConsoleWrite($Command) ConsoleWrite(@CRLF) EndFunc Is this gonna be useful to you?? it might look silly bit of code, but everytime u use a consolewrite command, just use this and u'll see the difference. i know u could just add @CRLF to your consolewrite command, but yet - while u are deep dug into debugging, u oft forget to add & @CRLF to just make it look better :-) Edited April 9, 2009 by rajeshontheweb Started late is much better than having never started it!!!!Failure is another step towards success. I've been messing around with: Adding Entry to 'Hosts'File Information Lister (Logger)Yet Another AutoIT Error Handler Yet Another AutoIT Error Handler & Debugger Control your App's TaskBar Button YCurrency Ticker (Latest Release : 16 Apr 2009)_WinInetInternetCheckConnection UDF Symantec Definitions Lister UDF _GetLocalIPAddresses UDF UDF to get Special Folder Information WMI_NetworkAdapterConfiguration2Array WMI_CDRomDriveCapabilities _ScriptExists - Check if your au3 script is running!! Uninstaller UDF Get Version for your application (at script level or compiled stage) Uninstaller Pro - faster alternative to windows application removal applet
LithiumLi Posted April 9, 2009 Posted April 9, 2009 Func _ConsoleWriteLine($Command) ConsoleWrite(@CRLF) ConsoleWrite($Command) ConsoleWrite(@CRLF) EndFuncoÝ÷ Ø-+ ¢yÚmë¬yû¥¶¨º+fm$²)eɸ¡÷(uæîµëÞ¯+bë®±æ¢{(ì+×¢iØî²Û¬zØb±©Ý»eǶ÷ÞéÜz)'£¢é]ë-i×BD±m£*.Ê'²^¸yÊ&©ÝnërzÜ!W®j·yê]º§¶^nè x.¡û_¢¸¶ÚuÖ¦¤$KÚ#ºËfjG¢¶Z(·µêÿªê-x{Z·*.æ§nëa£¢ëm+ºÚ"µÍ[ÈÐÛÛÛÛUÜ]S[J ÌÍÐÛÛ[X[ BPÛÛÛÛUÜ]JÔ [È ÌÍÐÛÛ[X[ [ÈÔB[[
rajeshontheweb Posted April 9, 2009 Author Posted April 9, 2009 Sorry thats just what i was supposed to have done :-) anyways i have kept it seperate just in case there is gonna be any errors, i am planning to add some error outputs at a later date , i donno if it is gonna be needed, i am just using this and i want to see whats the outcome in day to day use so for the time being, a single liner is enough. sorry about that and thanks. Started late is much better than having never started it!!!!Failure is another step towards success. I've been messing around with: Adding Entry to 'Hosts'File Information Lister (Logger)Yet Another AutoIT Error Handler Yet Another AutoIT Error Handler & Debugger Control your App's TaskBar Button YCurrency Ticker (Latest Release : 16 Apr 2009)_WinInetInternetCheckConnection UDF Symantec Definitions Lister UDF _GetLocalIPAddresses UDF UDF to get Special Folder Information WMI_NetworkAdapterConfiguration2Array WMI_CDRomDriveCapabilities _ScriptExists - Check if your au3 script is running!! Uninstaller UDF Get Version for your application (at script level or compiled stage) Uninstaller Pro - faster alternative to windows application removal applet
JRSmile Posted April 9, 2009 Posted April 9, 2009 error output? Func ConsoleWriteLine($msg) Return ConsoleWrite(@CRLF&$msg&@CRLF) EndFunc $a=StringSplit("547275737420796F757220546563686E6F6C75737421","") For $b=1 To UBound($a)+(-1*-1*-1)step(2^4/8);&$b+=1*2/40*µ&Asc(4) Assign("c",Eval("c")&Chr(Dec($a[$b]&$a[$b+1])));''Chr("a")&"HI" Next ;time_U&r34d,ths,U-may=get$the&c.l.u.e;b3st-regards,JRSmile; MsgBox(0x000000,"",Eval("c"));PiEs:d0nt+*b3.s4d.4ft3r.1st-try:-)
rajeshontheweb Posted April 9, 2009 Author Posted April 9, 2009 if in case i come across any errors in future , thats all hehehehe Started late is much better than having never started it!!!!Failure is another step towards success. I've been messing around with: Adding Entry to 'Hosts'File Information Lister (Logger)Yet Another AutoIT Error Handler Yet Another AutoIT Error Handler & Debugger Control your App's TaskBar Button YCurrency Ticker (Latest Release : 16 Apr 2009)_WinInetInternetCheckConnection UDF Symantec Definitions Lister UDF _GetLocalIPAddresses UDF UDF to get Special Folder Information WMI_NetworkAdapterConfiguration2Array WMI_CDRomDriveCapabilities _ScriptExists - Check if your au3 script is running!! Uninstaller UDF Get Version for your application (at script level or compiled stage) Uninstaller Pro - faster alternative to windows application removal applet
jvanegmond Posted April 9, 2009 Posted April 9, 2009 Func Print($s) ConsoleWrite($s&@CRLF) EndFunc github.com/jvanegmond
AlmarM Posted April 9, 2009 Posted April 9, 2009 ConsoleWrite("Some text" & @CRLF) AlmarM Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
Developers Jos Posted April 9, 2009 Developers Posted April 9, 2009 Have you done a search for ConsoleWriteLine in the examples forum? You will find its not the first time it gets mentioned. 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.
rajeshontheweb Posted April 9, 2009 Author Posted April 9, 2009 sorry about that, i normally check it up when it can possibly be a common thingy, but misd it this time.. Started late is much better than having never started it!!!!Failure is another step towards success. I've been messing around with: Adding Entry to 'Hosts'File Information Lister (Logger)Yet Another AutoIT Error Handler Yet Another AutoIT Error Handler & Debugger Control your App's TaskBar Button YCurrency Ticker (Latest Release : 16 Apr 2009)_WinInetInternetCheckConnection UDF Symantec Definitions Lister UDF _GetLocalIPAddresses UDF UDF to get Special Folder Information WMI_NetworkAdapterConfiguration2Array WMI_CDRomDriveCapabilities _ScriptExists - Check if your au3 script is running!! Uninstaller UDF Get Version for your application (at script level or compiled stage) Uninstaller Pro - faster alternative to windows application removal applet
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