📜  Autoit consolewrite - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:56.859000             🧑  作者: Mango

代码示例2
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.