Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰かが私を助けることができるかどうか疑問に思っています。
変数内の数値の量を取得する必要があります。
たとえば、次のようになります。
number = Int(34324)
5などが含まれます。
乾杯
Len()関数を使用します。
Len()
digitCount = Len(CStr(number))