MultiLine comment in vb script - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: MultiLine comment in vb script (/Thread-MultiLine-comment-in-vb-script) |
MultiLine comment in vb script - sunilpatro1985 - 03-18-2009 Can anyone plz say what is the sign to comment mulltiline statement in vb scripting while writing in notepad. RE: MultiLine comment in vb script - sreekanth chilam - 03-18-2009 Hi Sunil, Not sure how to comment multiline statements in specially in Notepad. But in QTP vb script editor , select required no. of lines & click on "Comment Block" icon Or press "Control + M" thru keyboard. RE: MultiLine comment in vb script - MVChowdary - 03-18-2009 Hi Sunil, Follow the below way,you can comment the multilines in the Notepad. <!-- Statement : 1 Statement : 2 Statement : 3 // --> |