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

Answers were Sorted based on User's Feedback



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

Answer / cybergh0st

asc()

Is This Answer Correct ?    80 Yes 23 No

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

Answer / vinod

Print Asc("A") ' prints 65

Is This Answer Correct ?    61 Yes 7 No

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

Answer / bfakruddin

msgbox asc("i")

Is This Answer Correct ?    36 Yes 13 No

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

Answer / doos

Asc(<character>) function is proper

Is This Answer Correct ?    3 Yes 0 No

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

Answer / sam

Under freaking 2007 version it's code()!!

Is This Answer Correct ?    9 Yes 9 No

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

Answer / brahma

ascii(char)

Is This Answer Correct ?    56 Yes 59 No

Post New Answer

More VB Script Interview Questions

In QTP how to insert a data base check point for web based application and simultaneous link to code in expert veiw. hw to retrieve a data(single coulumn from server) that matches with inserted value manually or exported from excel sheet.

2 Answers  


Write a program to resize an array of 5 elements to 4 elements and display all the elements.

1 Answers  


I want good books or good sites for scripting.Can any one help me.

0 Answers   Wipro,


How can you destroy an object in vbscript?

0 Answers  


Can anyone help me in write coding to get this pattern * ** *** ****

3 Answers  






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

0 Answers  


How can you create an object in vbscript?

0 Answers  


write a script to count no drives in file systems in qtp?

1 Answers   Mind Q Systems,


Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance

2 Answers  


How can you have different number of cells for each row of a table in HTML?

2 Answers  


What is the difference between VBScript and JavaScript?

0 Answers  


write a function to read the items from combobox of Flight reservation & save in excel (QTP)??

0 Answers  


Categories