I thought PostPrep did not use code tags.
But now additional breaks are added [Edit]In the preview of the reply[/Edit].

If NOT @LOGONMODE
Break On
Else
Break Off
EndIf
Dim $RC
$RC = SetOption("Explicit","On")
$RC = SetOption("NoVarsInStrings","On")
$RC = SetOption("NoMacrosInStrings","On")
$RC = SetOption("WrapAtEOL","On")
? "Hello World"


Edited by Witto (2006-12-04 04:59 PM)