Posting Code

From AutoIt Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

In order to post code on the Wiki you use the following tags:

<syntaxhighlight lang="autoit">
; your code here
</syntaxhighlight>

This is the result of the above tags:

; your code here

Or another example:

$s = "Hello World"
MsgBox(0, "", $s)