Is vbscript a case-sensitive or case-insensitive?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VB Script Interview Questions

I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem

1 Answers  


How will you get the largest subscript of an array in vbscript?

0 Answers  


What is string concatenation function in VBScript?

2 Answers  


How do I check that the names in a weblist are correct e.g in flight application the names of item are Denver, paris,London, etc. How do I ensure the correct item is displayed from the list after doing item count ?

2 Answers   IBM,


How to create a function in vbscript?

0 Answers  






Explain the .wsf files?

0 Answers  


The function template cocept is implemented in vb.net is ???

0 Answers  


I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong

1 Answers  


How do you declare a variable in vbscript?

0 Answers  


what is visual basic?

2 Answers   Seion Infotech,


which one is more secure vb script or java script ??????? or both are same ??????

3 Answers  


how to write basic programs in VB Script like addition, multiplication?

14 Answers  


Categories