kdjonesmtb2
Technical User
Hello
How do I use the LEN command to count a string that has leading zeros
The following string is entered into a datatable as '00
When I run the following
CharacterCount = Len(Test2 )
Print CharacterCount
I get a returned value of '0'
Please advise
Thanks
How do I use the LEN command to count a string that has leading zeros
The following string is entered into a datatable as '00
When I run the following
CharacterCount = Len(Test2 )
Print CharacterCount
I get a returned value of '0'
Please advise
Thanks