 | | Re: I need help on Delphi so I can finnish my program Orion Pobursky
|
| | (...) 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([' '], [' '], (...) (23 years ago, 15-Sep-02, to lugnet.cad.dev)
|
| | |
| |  | | Re: I need help on Delphi so I can finnish my program Eduardo Vazquez Harte
|
| | | | I don't understand this hope there is another easy way. (...) (23 years ago, 16-Sep-02, to lugnet.cad.dev)
|
| | | | |
| | | |  | | Re: I need help on Delphi so I can finnish my program Travis Cobbs
|
| | | | | (...) Please don't take this the wrong way, but if you didn't understand what he wrote, then you would probably find it a lot less frustrating to spend some more time learning how to use Delphi, and programming techniques in general. I've never (...) (23 years ago, 16-Sep-02, to lugnet.cad.dev)
|
| | | | | |
| | | | |  | | Re: I need help on Delphi so I can finnish my program Eduardo Vazquez Harte
|
| | | | | (...) Sorry I do understand is only that I don't like the ansewr. But I'll see what I can do. (23 years ago, 16-Sep-02, to lugnet.cad.dev)
|
| | | | | |
| |  | | Re: I need help on Delphi so I can finnish my program Orion Pobursky
|
| | | | (...) Here's a better way (I think, I haven't tested it yet); Use ExtractStrings as stated above and change the string you want to change. Then set the Delimter Property to ' ' set the QuoteChar Property to '' use the DelimitedText property to (...) (23 years ago, 16-Sep-02, to lugnet.cad.dev)
|
| | | | |