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
What are the differences between sub procedures and function procedures?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
What are the 2 ways to pass a value to the function?
Which constant is used for print and display functions and works as same as pressing enter key?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
How to open a file. What is the perpose of true and false mode there?
Explain different types of segment?
How to Convert Hex color code to color name in VB Script?
Which data type/types are supported by vbscript language and what are their specialties?
Mention the environments where vbscript could be run?
Which operator can be used to do an xor operation in vbscript?
How are values assigned to the variables in the vbscript language?
Explain about tristate constants in vbscript?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
How can you create a file object to work with the files in the vbscript language?