Is VBscript case-sensitive?

Answer Posted / sai

VBScript is "not" a case sensitive

Is This Answer Correct ?    26 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.

5011


what is the use of QCUtil? explain with one example?

6706


Why is error handling required?

794


How you can call vbscript functions?

823


Explain the asc function?

716


Mention what is the use of option explicit in vbscript?

789


Explain How do you create a recordset object in vbscript?

828


Mention characteristics of sub procedures?

836


Which operator can be used to change the value of the operand or change the state of the condition?

837


what is used of Property........End Property loop ? how to write the script for it?

1959


Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.

1917


Explain about tristate constants in vbscript?

853


How to open a file. What is the perpose of true and false mode there?

860


What are subprocedures in vbscript?

896


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?

1124