Which is the default Data types in VBScript?
Answers were Sorted based on User's Feedback
Answer / mano
There r no Data types in VB script except Variant
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / rajani
All variables are of type Variant, that can store different
types of data
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / dyj
VB script has only one data type is called a Variant.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / bharat
vb script has default database is variant i.s DIM
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / 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 |
Please Example programms on vbscript 1)writing functions and calling functions
How to find a latest file from any folder
how to operate webobjects in a webpage using getobject function and then using generic methods?
Explain the operator precedence in vb script?
Does VB/Win make standalone .EXE files?
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?
What is event handling in vbscript?
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
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 is the purpose of drive object of scripting.filesystemobject class in vbscript?
What are the data types supported by vbscript?
which one is more secure vb script or java script ??????? or both are same ??????