Jump to content

ConsoleWriteLine()


Recommended Posts

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 by rajeshontheweb
Link to comment
Share on other sites

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{*.æ§nëa£¢ëm+ºÚ"µÍ[ÈÐÛÛÛÛUÜ]S[J   ÌÍÐÛÛ[X[
BPÛÛÛÛUÜ]JÔ   [È ÌÍÐÛÛ[X[   [ÈÔB[[
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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:-)
Link to comment
Share on other sites

  • Developers

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.
  :)

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...