home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / vyzkuste / triky / triky.exe / autoit-v3-setup.exe / Examples / ConsoleWrite.au3 < prev    next >
Text File  |  2004-09-22  |  133b  |  4 lines

  1. $var = "Test"
  2. ConsoleWrite("var=" & $var)
  3. ; Running this in a text editor which can trap console output should produce "var=Test"
  4.