Designates the seventh member of a set.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
seventh
# Examples
set the textFont of seventh button to tNextFont
put "Hello!" into seventh line of field "Greetings"
# Description
Use the seventh keyword in an object reference or chunk expression.
The seventh keyword can be used to specify any object whose number property is 7. It can also be used to designate the seventh chunk in a chunk expression.
# Tags
math,
# See