Which data type/types are supported by vbscript language and what are their specialties?
No Answer is Posted For this Question
Be the First to Post Answer
What is vbscript procedures?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
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?
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
What's the difference between vbscript and vb.net?
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
Mention when to use function procedures and what are its characteristics?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Explain about tristate constants?
1)How to test whether items in a weblist are in alphabetical order or not?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Why is the use of exit do or exit for statements within loops discouraged?