Answer Posted / harry
hi,
when you declare varible you use option Explicit as a
first line of your script .
ex
DIM name
if you do any spelling mistake like nime instead of name
then vb will take this as an new verible and endup giving
unpredictable result while runing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the adodb.stream class?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
How are arrays declared in the vbscript language?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
Explain about the extension .hta?
How should i Create Email invite with server-side Coding?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
When to use function procedures and what are its characteristics?
how does vb script help in web page designing? explain with example.
How to open a file. What is the perpose of true and false mode there?
How to declare an array in vbscript?
Explain vbscript in detail?