What is the command or symbol used in VBScript for writing remarks?

Questions by SriramKrishna   answers by SriramKrishna

Showing Answers 1 - 13 of 13 Answers

Hi,

Using Rem keyword, you can add as many lines of comments as you want.
Also single quotes can b e used to add comments
Example:
<script language="VBScript">
Rem This line is ignored
Rem You can also use single quotes to add comment line
'Anything inside is a part of comment line
</script>

Hope this will be useful for u....

regards,
Sakthi

You can use single quote to add comment. Moreover, if you are using QTP, you can select lines which you want to comment, and press ctr+m to comment and ctr+shift+m to un-comment lines.

  Was this answer useful?  Yes

Asis padhy

  • Sep 30th, 2011
 

We can use single quote (') or rem statement from beginning

  Was this answer useful?  Yes

pratap

  • Oct 20th, 2011
 

rem is the command or an '(single quote) is used to write the remarks

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions