List function
Posted: Sat Jun 30, 2007 7:04 am
				
				For the scaling of a xy-graph ,  i want  the first value of a list that is greater than 'mvalue' .  
This is already my fourth version , it works , but maybe there is an easier/faster way .
			Code: Select all
( first ( filter (  fn(x) ( > x mvalue) ) prefer-list )