Re: Misunderstanding!!!! Re: Import text to editbox from file
From: Maarten Wiltink (maarten_at_kittensandcats.net)
Date: 11/10/03
- Next message: AlanGLLoyd: "Re: Counting lines of a textfile"
- Previous message: Maarten Wiltink: "Re: Delete BitButton-SpeedButton glyph"
- In reply to: micke: "Misunderstanding!!!! Re: Import text to editbox from file"
- Next in thread: J French: "Re: Misunderstanding!!!! Re: Import text to editbox from file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 10 Nov 2003 11:51:30 +0100
"micke" <guest@guest.com> wrote in message
news:YlJrb.2747$uv1.2388@nntpserver.swip.net...
> What I need to do is to find all words in a text file or html file
> and place them into edit box or labels.
>
> Maybe it's possible to search for blanks or (;) between the words
> but I don't know how to do that.
You can use Pos to look for known fragments and Copy to extract
relevant bits.
In HTML documents, a better option _may_ be to parse it completely
and use the text content of certain elements.
> The contents of this file change once a week.
>
> Is it possible to do this automatically?.
Do what, exactly? Run a program once a week? Sure, but that's a
different problem. Poll a file and look for changes? Sure, but that's
yet another problem.
Groetjes,
Maarten Wiltink
- Next message: AlanGLLoyd: "Re: Counting lines of a textfile"
- Previous message: Maarten Wiltink: "Re: Delete BitButton-SpeedButton glyph"
- In reply to: micke: "Misunderstanding!!!! Re: Import text to editbox from file"
- Next in thread: J French: "Re: Misunderstanding!!!! Re: Import text to editbox from file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|