it would filter out line 2 from the following:aa,bb,cc
dd,ee,ff
gg,hh,jj
Code: Select all
on mouseUp
get fld 1
filter lines of it without "ee"
end mouseUp Craig
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
it would filter out line 2 from the following:aa,bb,cc
dd,ee,ff
gg,hh,jj
Code: Select all
on mouseUp
get fld 1
filter lines of it without "ee"
end mouseUp