Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?

0 Answers   Nous,


Why is it recommended to close the database connection every time after the work is completed?

0 Answers  


Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.

0 Answers   CSC,


write a program to display the system specifications of client system with the help of vbScript.

0 Answers  


What are the special sub-types in vbscript?

0 Answers  


who will create the object?

0 Answers   TCS,


I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent

0 Answers  


Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it

0 Answers  


How to make sure that items in a wintree are sorted al?

0 Answers   Ness Technologies,


how does vb script help in web page designing? explain with example.

0 Answers  


did any one attended interview in applabs if you had gone through plz tell me the procedure

0 Answers  


How are arrays declared in the vbscript language?

0 Answers  


Categories