str = chIntToStr(nNumber)
This macro function changes an integer into a Chinese characters string.
sResult = IntToStrChinese(4) // 四
sResult = IntToStrChinese(8) // 八
sResult = IntToStrChinese(10) // 十
sResult = IntToStrChinese(15) // 十五
sResult = IntToStrChinese(26) // 廿六
sResult = IntToStrChinese(31) // 三十一
See also: StrToInt and other chinese dates functions.
Topic 182445, last updated on 18-Apr-2020