How are comments handled in the vbscript language?
Answer / Kushal Mahadeo Bage
Comments in VBScript can be denoted using two types of comment statements: Single-line comments, which are denoted by "'" (apostrophe), and multi-line comments, which are enclosed between [] or /* and */.
| Is This Answer Correct ? | 0 Yes | 0 No |
When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 Answers Logica CMG, McGraw Hill,
I have a webtable and many objects are embedded in side.(like buttons,checkboxes etc). How to know how many such objects are there? what is the class of that objects?
Explain How do you create a recordset object in vbscript?
How will you trim the spaces on the left of a string using vbscript?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple
Explain the constants in vbscript?
What are the differences between sub procedures and function procedures?
how to set one column as primary key in QTP and fetch values accordingly
Can anybody code this problem for me in VB script - Create an array of 4 elements, increase its size to 7 elements and then find out which of the elements are prime (use functions)
What is the difference between VBScript and JavaScript?
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.