FutureProg functions
torank
Rank torank(Clan clan, Number id)
Contexts: computer function, computer program, standard futureprog
Looks up a rank within a clan by ID or name. Errors if the clan is null; returns null if no rank matches.
clan: The clan whose ranks should be searched.
id: The numeric ID of the rank to find.
Rank torank(Clan clan, Number name)
Contexts: computer function, computer program, standard futureprog
Converts a name and clan into the specified type, if one exists
clan: The clan in which you want to search
name: The name to look up
Rank torank(Clan clan, Text name)
Contexts: computer function, computer program, standard futureprog
Looks up a rank within a clan by ID or name. Errors if the clan is null; returns null if no rank matches.
clan: The clan whose ranks should be searched.
name: The rank name to find, matched case-insensitively.
Rank torank(Clan clan, Text rank #)
Contexts: computer function, computer program, standard futureprog
Converts a rank number and clan into the specified type, if one exists
clan: The clan in which you want to search
rank #: The rank number of the rank
Rank torank(Number id)
Contexts: computer function, computer program, standard futureprog
Converts an ID number into the specified type, if one exists
id: The ID to look up
Contexts: computer function, computer program, standard futureprog
Looks up a rank within a clan by ID or name. Errors if the clan is null; returns null if no rank matches.
clan: The clan whose ranks should be searched.
id: The numeric ID of the rank to find.
Rank torank(Clan clan, Number name)
Contexts: computer function, computer program, standard futureprog
Converts a name and clan into the specified type, if one exists
clan: The clan in which you want to search
name: The name to look up
Rank torank(Clan clan, Text name)
Contexts: computer function, computer program, standard futureprog
Looks up a rank within a clan by ID or name. Errors if the clan is null; returns null if no rank matches.
clan: The clan whose ranks should be searched.
name: The rank name to find, matched case-insensitively.
Rank torank(Clan clan, Text rank #)
Contexts: computer function, computer program, standard futureprog
Converts a rank number and clan into the specified type, if one exists
clan: The clan in which you want to search
rank #: The rank number of the rank
Rank torank(Number id)
Contexts: computer function, computer program, standard futureprog
Converts an ID number into the specified type, if one exists
id: The ID to look up