FutureProg functions
topaygrade
Paygrade topaygrade(Clan clan, Number id)
Contexts: computer function, computer program, standard futureprog
Looks up a paygrade within a clan by ID, name, or abbreviation. Errors if the clan is null; returns null if no paygrade matches.
clan: The clan whose paygrades should be searched.
id: The numeric ID of the paygrade to find.
Paygrade topaygrade(Clan clan, Text name)
Contexts: computer function, computer program, standard futureprog
Looks up a paygrade within a clan by ID, name, or abbreviation. Errors if the clan is null; returns null if no paygrade matches.
clan: The clan whose paygrades should be searched.
name: The paygrade name or abbreviation to find, matched case-insensitively.
Paygrade topaygrade(Clan clan, Text name)
Contexts: computer function, computer program, standard futureprog
Converts a name into the specified type, if one exists
clan: The clan in which you want to search
name: The name to look up
Paygrade topaygrade(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 paygrade within a clan by ID, name, or abbreviation. Errors if the clan is null; returns null if no paygrade matches.
clan: The clan whose paygrades should be searched.
id: The numeric ID of the paygrade to find.
Paygrade topaygrade(Clan clan, Text name)
Contexts: computer function, computer program, standard futureprog
Looks up a paygrade within a clan by ID, name, or abbreviation. Errors if the clan is null; returns null if no paygrade matches.
clan: The clan whose paygrades should be searched.
name: The paygrade name or abbreviation to find, matched case-insensitively.
Paygrade topaygrade(Clan clan, Text name)
Contexts: computer function, computer program, standard futureprog
Converts a name into the specified type, if one exists
clan: The clan in which you want to search
name: The name to look up
Paygrade topaygrade(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