Help with simple data manipulation
Posted: Sat Jul 03, 2004 8:55 pm
I have some newbie questions.
So I have $dato = "1234...."
I know the length of $dato is always 8 characters. Anything besides '.' is valid. But I don't know how many '.' there are, just that they are padded to the end.
How do I go about to remove them?
Cheers,
Mounir
So I have $dato = "1234...."
I know the length of $dato is always 8 characters. Anything besides '.' is valid. But I don't know how many '.' there are, just that they are padded to the end.
How do I go about to remove them?
Cheers,
Mounir