I used this type script for conversion of text to other language text and little modified
but this this used originally for numeric to word
how to modify for text conversion
Private Sub txtamount_Chang e()
Dim s, c, l, th, h, t, d As String
c = ""
l = ""
th = ""
h = ""
t = ""
d = ""
s = Str(Int(Val(txt amount.Text)))...
Leave a comment: