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

Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder

0 Answers   IBM,


Give examples where vb script can directly run on users system with windows as os?

1 Answers  


How to Import data from a file (file is on the desktop) to the data table

1 Answers   IBM,


What is the difference between Javascript & Vbscript?

2 Answers  


Explain about the functionality of vb script?

0 Answers  






write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail

2 Answers   Thomson Reuters,


Does VB/Win make standalone .EXE files?

0 Answers  


What's the difference between vbscript and vb.net?

0 Answers  


write a vb script to display factorial of a number using function

1 Answers  


a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?

2 Answers  


write a vbscript for finding the sum of the numbers from 1- 50

3 Answers  


Explain about arrays in vb script?

0 Answers  


Categories