Is VBscript case-sensitive?

Answer Posted / sujatha_k

Vb script is case sensitive

Is This Answer Correct ?    3 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?

776


What is the purpose of the err object in the vbscript language?

879


Which function allows you to instantiate an object given its programmatic identifier or progid?

811


How to Convert Hex color code to color name in VB Script?

4183


Explain the extension .hta?

756


How to open excel in vb script?

789


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

885


Which operator is used to concatenate the 2 values in the vbscript language?

800


How will you convert a string to lower case string using vbscript?

795


how to increasing the numbers in a given text box please write a vb script

1993


i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

1650


what types of bugs will we find out in banking projects for automation testing?

2010


What is the purpose of drive object of scripting.filesystemobject class in vbscript?

808


Mention what are the rules to name variable in vbscript?

788


hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?

1990