3
Reply

help

Ask a question

hi this is apiece of code on whch iam working. can anyone tell me wht is function chrw doing here

 

 

 

 

 

 

Private Function half_forms(ByVal c As Integer, ByRef isfoctouni
As String) As String
           Dim temp As String
           temp = ""
           Select Case c
               Case &H81
                   temp = temp + ChrW(&H915) + ChrW(&H94D) + ChrW(&H937)
+ ChrW(&H94D) + ChrW(&H200D)
               Case &H82
                   temp = temp + ChrW(&H950)
               Case &H83
                   temp = temp + ChrW(&H93D)
               Case &H84
                   temp = temp + ChrW(&H903)
               Case &H85
                   temp = temp + ChrW(&H964)


Answers (3)