FutureProg functions

toappointment

Clans · computer function, computer program, standard futureprog

Appointment toappointment(Clan clan, Number id)
Contexts: computer function, computer program, standard futureprog
Looks up an appointment within a clan by ID or name. Errors if the clan is null; returns null if no appointment matches.
clan: The clan whose appointments should be searched.
id: The numeric ID of the appointment to find.

Appointment toappointment(Clan clan, Text name)
Contexts: computer function, computer program, standard futureprog
Looks up an appointment within a clan by ID or name. Errors if the clan is null; returns null if no appointment matches.
clan: The clan whose appointments should be searched.
name: The appointment name to find, matched case-insensitively.

Appointment toappointment(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

Appointment toappointment(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

← Back to FutureProg functions