BACK TO LIST

Syntax:

VA1.Is_this_Chara_of_no_(no.)

no. = 1 to 7

Details :

This is a array which stores sequentially all the basic vocabulary characters. You get the characters by sending appropriate Send_of_no.

As a example.

VA1.Send_of_no = VA1.Current_vyanjana_no_processed

CollectChara = VA1.Is_this_Chara_of_no_(no.)

Example :

Private Sub Timer1()

VA1.Send_of_no = 1

Label1.Caption = VA1.Is_this_Chara_of_no_1

End Sub

BACK TO LIST