One thing you could do is: foreach(crossPoint cross(v("/OUT" ?result "tran") 0.6 0 "either") printf("Crossing is %g\n" crossPoint) ; do you operation here ) The cross function, if given 0 as the crossing number, returns a list of all the crossing points which can be processed with SKILL list functions - including foreach to iterate through. Regards, Andrew.
↧