Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

autoit console write

Local $sString = "This is an example of writing to the console."
ConsoleWrite($sString & @CRLF) ; Running this in a text editor which can trap console output e.g. SciTE, will display value of $sString.

Source by www.autoitscript.com #
 
PREVIOUS NEXT
Tagged: #autoit #console #write
ADD COMMENT
Topic
Name
5+4 =