Which is the default Data types in VBScript?
Answer Posted / saleh
There is no default data type in VBScript. It will take any
type whatever data type you assign to it.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Explain the operator precedence in vb script?
Why to use option explicit in vb script?
Mention the rules for using option explicit statement?
Mention what is the use of option explicit in vbscript?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Mention the environments where vbscript could be run?
How will you compare two strings in vbscript?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Mention how you can call vbscript functions?
How will you format a number in percetage format in vbscript?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
What are the rules to name variable in vbscript?
where can i learn VB scripint ?
What is Procedure or Subroutine in VB Script?