Hi all,

I have a data file that contains table in text format.7 columns total.
After the import, I want to select rows whose 5th column has same value.

--------
|Import|
--------
   |
   |
   |
-----------------------------
|What should I use here     |
|to select rows             |   Lets say that 5th column name is c5
|with same 5th column value?|   What I want to do is 
-----------------------------     'select all rows where c5=0.5'
  |                             something like this.
  |
  |
-------------------------------------
| Using 3 selectors and Make3DField |
| to display 3-D data               |  This part is done 
-------------------------------------

Any answer or suggestion would be appreciated.
Juw Won

Reply via email to