View Single Post
Old Nov 15th, 2006, 1:37 PM   #1
javo
Newbie
 
Join Date: Oct 2006
Posts: 5
Rep Power: 0 javo is on a distinguished road
delphi text reading .....

hi everyone , i have a very very big problem for me in delphi , and i'd be happy if u can help me resolve it .
so I have this text file


first string
* second string : 43 ; 
 third string :98 ;
*

so and i will assing this *txt file using
AssignFile(text , 'text.txt');
and i will have deffined string "first string" and on button click a text beween ** will assign to "first string" variable


so and my secon problem is that i have some word in the text , and i want to replace it with ***** if that word is for example f*ck

thanks for interest
javo is offline   Reply With Quote