first characters of a string
Posted: Wed May 11, 2005 10:21 pm
What function should I use if I want to print the first 50 characters from a string?
I know that substr works the other way around, it takes out of the string the first X numbers of characters, but I can not find the function that lets me KEEP them.
Thanks to all
I know that substr works the other way around, it takes out of the string the first X numbers of characters, but I can not find the function that lets me KEEP them.
Thanks to all