-
text file...
Hi Friends,
In my application i need to write text file..
in this i need to write 3 sentence in a line..
like ( read1 read2 read3 )
after 3 sentence i need to move next line then
write 3 sentence..
so how to i measure 3 sentence then move to next line??
pls if u have idea pls pass to me..
waiting for your valubale reply..
with regrads,
Krish....
-
Re: text file...
Split(Spit("Worto Split"," ")), the Line string with Space.If the upper bound of the split array is 3 , the that line has 3 word.Read FAQ for reading writing files
-
Re: text file...
From where is the sentence coming?
Is it being free typed into a textbox?