|
3 |
edited tags
|
||
|
2 |
edited tags
|
||
|
1 |
|
||
How to get the first element in a string?Hello, I'm trying to figure out a way to check a string's first element if it's either a number or not.
The problem is that I get an error "Element 0 inaccessible - use 'Length' or 'SetLength" Another way came to my head from my C-like exprieince - convert the first element of the string to char and check the char,but there is no difference in the compile errors.
How do I accomplish it?
|
||||
