Which is the default Data types in VBScript?
Answers were Sorted based on User's Feedback
Answer / guest
Variant is the default data type in VBScript, which can
store a value of any type
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / monal
The data type Variant no longer exists. It has been
replaced with the type Object. Object types must be
explicitly cast to other primitive data types.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / narayana
"Varient" is the default data type in vb script.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you get a string with the specified character the specified number of times in vbscript?
Mention what is variant in vbscript?
Difference between dim,public and private variables in vb script?
Mention what is select case statement?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
What is the use of option explicit in vbscript?
How will you trim the spaces on the left of a string using vbscript?
how do you make the variable declaration mandatory?what is the use of "option explicit"?
why variable name should not exceed 255 characters?