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 - 12/01/2005 : 10:58:50 PM Origin Version :7.5SR5 Operating System:Win XP Pro SP2
Hi all,
I have a dataset that has 3,000,000 rows in col(b) (col(a) is data&time), and want to do an adjacet average on col(b) using the following script. However, it is extremely inefficient (it may fall into an infinite loop). When I do not use %o!wks.maxrows for loop, the situation can not be improved.