Find answers to your technical questions and learn how to use our products
Search suggestions:
To determine if the number of digits in variable A is 6 digits, use the following example.
1. set B = A MOD10 6 2. goto step 8 if B = # [if it branches to 8, A does not have 6 digits] 3. ...[else A does have 6 digits]
Previous Topic
Next Topic