what is the function to get the ascii value of the
character?

Answer Posted / bfakruddin

msgbox asc("i")

Is This Answer Correct ?    36 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

627


Mention how you can call vbscript functions?

585


Why is it recommended to close the database connection every time after the work is completed?

504


Which operator can be used to check if two numbers are equal or not in vbscript?

653


how to increase the values in text box in a given text box increament by two values by clicking on button

1646






How to capture a runtime error in vbscript?

630


Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)

1410


What are the naming conventions while declaring a variable in the vbscript language?

619


Which operator is used to perform the comparison among 2 operands in the vbscript language?

529


Mention when to use function procedures and what are its characteristics?

628


What are string functions in vbscript?

657


What is the difference between for loop and while loop?

553


What is the difference between vbscript and vba?

604


How to write functions and sub in vb script?

625


What is loose binding? Why is it not a good practice to use it?

634