what is the function to get the ascii value of the
character?
Answer Posted / vinod
Print Asc("A") ' prints 65
| Is This Answer Correct ? | 61 Yes | 7 No |
Post New Answer View All Answers
Explain vbscript in detail?
How to throw an error in vbscript?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
Explain about tristate constants?
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?
Explain few date functions in vbscript?
Which operator can be used to check if two numbers are equal or not in vbscript?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
How will you get a string with the specified character the specified number of times in vbscript?
Anyone have qtp11.0 crack?
Mention what is variant in vbscript?
how to automatically update the sql server2005 database records when insert in vb6?
Which in-built function is used to format the number in the vbscript language?
Explain about filter expression?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?