Knowledge:
In javscript, in an alert (equivelant to msgbox), to create another line in the box, you insert a '\n' into the code.
i.e.
alert("This is my box. \nThis is on the 2nd line! \nAnd this is the third line!!"
;
Question:
Does anyone know what the equiv is in vb/script to create another line in the msgbox?
Thank you!!
-Ovatvvon
In javscript, in an alert (equivelant to msgbox), to create another line in the box, you insert a '\n' into the code.
i.e.
alert("This is my box. \nThis is on the 2nd line! \nAnd this is the third line!!"
Question:
Does anyone know what the equiv is in vb/script to create another line in the msgbox?
Thank you!!
-Ovatvvon