Fosco
Sun Apr 10 21:51:30 CDT 2005
"-=RapidHail=-"
> Thx a lot, it's working but now I have another question.
> How to use @CRLF from autoitx in msgbox or ToolTip via VBScript?
;Autoit3 for autoitX or vbs use the help.chm
MsgBox(64, "title", "This is a line" & @CRLF & "This is the next line")
;I would use @CRLF if you get in the habit, you will save yourself some
; headaches later on when you use the data in other places.
;;/n was newline.
;@LF is LineFeed
;@CR is CarrigeReturn
;@CRLF is dos/windows for a newline.
;Mac uses @CR without the @LF, but doesn't mind @CRLF
;Unix uses @LF without the @CR, but doesn't mind @CRLF
;Dos/Win mess up if no @CRLF in some programs.
Help download :
http://www.microsoft.com/downloads/details.aspx?FamilyId=01592C48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en
http://download.microsoft.com/download/winscript56/Install/5.6/W982KMeXP/EN-US/scrdoc56en.exe
--
Fosco