Hello,
I would like to create a variable ('digit') that counts the number of digits of a number variable.
For instance:
Thank you in advance!
I would like to create a variable ('digit') that counts the number of digits of a number variable.
For instance:
| code | Digit |
| 1 | 1 |
| 1233 | 4 |

Comment