BACK TO LIST

Syntax:

VA1.Send_of_no = (Integer)

Details :

This gives the index to the array which stores sequentially all the basic vocabulary characters. You get the characters only by sending appropriate Send_of_no.

As a example.

VA1.Send_of_no = VA1.Current_vyanjana_no_processed

OR

VA1.Send_of_no = VA1.Platinum_Words_Available

CollectChara = VA1.Is_this_Chara_of_no_(no.)
CollectChara1 = VA1.Is_this_Word_of_no_(no.)

Example :

Private Sub Timer1()

VA1.Send_of_no = 1

Label1.Caption = VA1.Is_this_Chara_of_no_1

End Sub

SEE WAVE EXAMPLE.

BACK TO LIST