Search found 2 matches

by l0f
Fri Aug 25, 2006 12:51 am
Forum: Support
Topic: How to Select lines ?
Replies: 3
Views: 11973

to [ergey Tkachenko]:t
hank you .
if the data like this:

aaaaaaaaa *bbbbbbbbb cccccccccc ddddddddd *eeeeeeeee

i'll get data between * and *
(
bbbbbbbbb cccccccccc ddddddddd
)
(Maybe include table ,Paragraphs...)

what should I do?
i use delphi .
please show me code .
by l0f
Thu Aug 24, 2006 7:06 am
Forum: Support
Topic: How to Select lines ?
Replies: 3
Views: 11973

How to Select lines ?

Examples:

aaaaaaaaa
*********
bbbbbbbbb
cccccccccc
ddddddddd
*********
eeeeeeeee

I'll select the Data between ********* and ********* ,
(
bbbbbbbbb
cccccccccc
ddddddddd
)

What should I do .

if you understand chinese please read the below text :
(我想选择*********和*********之间的数据 ...