famGetSweepValues
famGetSweepValues(o_family) =>l_values
Description
Returns the values of the sweep variable of the family specified. The returned list is sorted in increasing order.
Arguments
Value Returned
Examples
foreach( v famGetSweepValues( fam )
printf( "%L\n" v))
Return to top