标签: asp-classic
我想知道是否有人可以帮助我。
我需要获取变量中的数字量。
例如:
number = Int(34324)
将包含5等等。
干杯
答案 0 :(得分:1)
使用Len()功能:
Len()
digitCount = Len(CStr(number))