Firstlist Function Example

Details

Action

A MathScript Function that returns the first n objects from a list

make list1 list (a,b,c,x,y,z)

firstlist(list1,3)

returns the first 3 objects in the list (a,b,c)