|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Removing unwanted text
How would I remove unwant text using delphi. I know in PHP I can use the unset function, but I can't seem to find a delphi equivalent.
I nee to delete all the periods in the following. 08006926002............... |
|
#2
|
||||
|
||||
|
Code:
str := '08006926002...............'; str := StringReplace(str, '.', '', [rfReplaceAll]);
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by Keath and KevinADC, superior perl programmers of the month Looking for a perl job with kick-*** programmers in a well-known NASDAQ listed tech company with branches in the US and Europe? We're hiring. PM me for details. Requirements |
|
#3
|
|||
|
|||
|
Thanx. I'll give it a go.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Delphi Programming > Removing unwanted text |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|