Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
eno
Posted - 02/15/2005 : 04:25:48 AM Origin Version (Select Help-->About Origin): 7.5SR5 Operating System: Win 2000SV
Is there any command to get an index number where the specific data stored? The following is an example.
index,col_a 1,-2.7 2,-2.7 3,-11.6 4,8.8 5,6
If I want to get the index of max data, the following scripts become too complicated! Especially when the data length is very long and I have to devide the data using "set -bs" and "set -es" commands.