Which is the default Data types in VBScript?
Answer Posted / dyj
VB script has only one data type is called a Variant.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
what is event handling?
How will you get a random number between 0 and 1 in vbscript?
How will you get the octal value of the given number in vbscript?
How to assign a numeric value to a variable?
What is dictionary object in vbscript? Explain?
Write a code to print numbers from 5 to 0?
What is the difference between vb debugger and the script debugger?
Mention what is byref and byval parameters in vbscript?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
What are class properties?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Mention what is the main difference between function and sub-procedure?
Mention what if you do not specify anything when you call a procedure?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
What is the extension of the vbscript file?