Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~985 People Reached
Favorite Forums
Favorite Tags
Member Avatar for bulkhin

In my program I did the following: begin if not OpenDialog1.Execute then Exit; Memo1.Clear; AssignFile(MyFile,OpenDialog1.FileName); Reset(MyFile); while not EOLN(MyFile) do begin Read(MyFile,Text1); Memo1.Lines.Add(Text1); end; closeFile(MyFile); end; Can any one help me to write each word from the text file word by word in the memo. Regards, NOna

Member Avatar for LizR
0
743
Member Avatar for bulkhin

Dear All, I need help to do the interface delphi program as the following: 1. Allow the use to select a text file from a storage media. 2. Open the text file and read it line by line. 3. scan each line and extract each word 4. write each word …

Member Avatar for Jonase
0
140
Member Avatar for bulkhin

Hi all, My name is NOna, and I'm a universcity student and this is my graduation year in Information Technology degree. English language is my second language, so please accept my weak writing language as I try my best to explain my self. so please don't be angree if you …

Member Avatar for jbennet
0
102