Here's the deal!
I'd like to count how many characters my string contains, but without the use of Len function. To be more precise, I'd like to 'walk' through my string, and increase the counter for every letter I encounter.
So basically, something like this:
The reason why I wan't it done this way is because at a later stage, I will want to insert a letter after the 50th character (for example).![]()
Please Login or Register to view this content.
But, it's the end of the day, and my brain is dead.
Help, please.
Cheers,
Ivan.
Bookmarks