This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Function TH2W(strInput As String) As String | |
'Convert Thai numeral to Western numeral | |
Dim numberArray | |
numberArray = Array(ChrW(3664), "0", _ | |
ChrW(3665), "1", _ | |
ChrW(3666), "2", _ | |
ChrW(3667), "3", _ | |
ChrW(3668), "4", _ | |
ChrW(3669), "5", _ | |
ChrW(3670), "6", _ |
NewerOlder