Is there a basic function to do determine if a string length is even or odd?
...or do I need to take the string length and divide it by two to see if it is an integer? If so, how would I check to see if it is an integer? ...maybe see if a decimal character exists in the string?
- - picklefish - -
...or do I need to take the string length and divide it by two to see if it is an integer? If so, how would I check to see if it is an integer? ...maybe see if a decimal character exists in the string?
- - picklefish - -