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
Explain about the functionality of vb script?
Which operator can be used to change the value of the operand or change the state of the condition?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
How many types of operators are available in the vbscript language?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
What's the difference between vbscript and vb.net?
Mention what if you do not specify anything when you call a procedure?
Which function is used to perform string comparison?
what is resorceallocation
How can the spaces from the string be removed?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Explain the scope of the variables using dim, public, and private keywords respectively.
how to comvert 120 into one hunderd twenty rupees only and vice varsa
Explain about scrrun.dll in vbscript?
How to write functions and sub in vb script?