Block selection comment for VbScript in Visual Web Developer 2010 Express -
How can I comment on a selected block in VBScript using Visual Web Developer 2010 Express?
Updated: I meant to select a block and comment on every line. If I do this in Visual Studio Web developer 2010, then comment is made for html, not for vbscript
Use '
& lt; Script type = "text / vbscript" & gt; Slow myMessage 'myMessage = "I'm having a great day!" MyMessage = "I can use a nap ..." This will print my message to the visitor's document. Writing (mamsage) & lt; / Script & gt;
Comments
Post a Comment