2 lines
132 B
AppleScript
2 lines
132 B
AppleScript
set any to {false, 1, "foo", 2.57, missing value, {1, 2, 3}, Wednesday}
|
|
number 2 of any -- 2.57 (ie. the second number in the list)
|