Subject:
|
I need help on Delphi so I can finnish my program
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Sun, 15 Sep 2002 20:30:08 GMT
|
Viewed:
|
424 times
|
| |
| |
How can I change a leter of a current selected
line?
example 1
0 3 0 5 0 0 1
how can a change the second 0 witch is the
5th numbe from left?
and a word?
example 2
hello Eduardo how are you.
How can I change Eduardo word "name" ?
please help me I need to know this.
|
|
Message has 2 Replies: | | Re: I need help on Delphi so I can finnish my program
|
| (...) This way may seem clunky but it is the only way I can think up off the yopp of my head: Extract each word to a TStringList class using the ExtractStrings procedure. For example, assuming a string called Sentence: ExtractStrings([' '], [' '], (...) (22 years ago, 15-Sep-02, to lugnet.cad.dev)
| | | Re: I need help on Delphi so I can finnish my program
|
| I need to know how can I pass a selected Listbox item to a lets say 4 edits. Example user clicks on a item an then delphi passes the 4 words in the current item to 4 edits a word in each edit. Can someone help me plase. I hope is not with (...) (22 years ago, 18-Sep-02, to lugnet.cad.dev)
|
10 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|