FutureProg functions
characteristicvalue
Text characteristicvalue(Character character, Number characteristic)
Contexts: computer function, computer program, standard futureprog
This function returns the name of the supplied character's intrinsic characteristic for the supplied definition. E.g. If you supplied the ID number of the eyecolour characteristic, you might get the 'emerald green' as a return value.
character: The character whose characteristics you are interested in probing
characteristic: The ID Number of the characteristic definition you want to probe the value of
Text characteristicvalue(Character character, Text characteristic)
Contexts: computer function, computer program, standard futureprog
This function returns the name of the supplied character's intrinsic characteristic for the supplied definition. E.g. If you supplied the ID number of the eyecolour characteristic, you might get the 'emerald green' as a return value.
character: The character whose characteristics you are interested in probing
characteristic: The name of the characteristic definition you want to probe the value of
Text characteristicvalue(Item item, Number characteristic)
Contexts: computer function, computer program, standard futureprog
This function returns the name of the supplied items's intrinsic characteristic for the supplied definition. E.g. If you supplied the ID number of the colour characteristic, you might get the 'hot pink' as a return value.
item: The item whose characteristics you are interested in probing
characteristic: The ID Number of the characteristic definition you want to probe the value of
Text characteristicvalue(Item item, Text characteristic)
Contexts: computer function, computer program, standard futureprog
This function returns the name of the supplied items's intrinsic characteristic for the supplied definition. E.g. If you supplied the ID number of the colour characteristic, you might get the 'hot pink' as a return value.
item: The item whose characteristics you are interested in probing
characteristic: The name of the characteristic definition you want to probe the value of
Contexts: computer function, computer program, standard futureprog
This function returns the name of the supplied character's intrinsic characteristic for the supplied definition. E.g. If you supplied the ID number of the eyecolour characteristic, you might get the 'emerald green' as a return value.
character: The character whose characteristics you are interested in probing
characteristic: The ID Number of the characteristic definition you want to probe the value of
Text characteristicvalue(Character character, Text characteristic)
Contexts: computer function, computer program, standard futureprog
This function returns the name of the supplied character's intrinsic characteristic for the supplied definition. E.g. If you supplied the ID number of the eyecolour characteristic, you might get the 'emerald green' as a return value.
character: The character whose characteristics you are interested in probing
characteristic: The name of the characteristic definition you want to probe the value of
Text characteristicvalue(Item item, Number characteristic)
Contexts: computer function, computer program, standard futureprog
This function returns the name of the supplied items's intrinsic characteristic for the supplied definition. E.g. If you supplied the ID number of the colour characteristic, you might get the 'hot pink' as a return value.
item: The item whose characteristics you are interested in probing
characteristic: The ID Number of the characteristic definition you want to probe the value of
Text characteristicvalue(Item item, Text characteristic)
Contexts: computer function, computer program, standard futureprog
This function returns the name of the supplied items's intrinsic characteristic for the supplied definition. E.g. If you supplied the ID number of the colour characteristic, you might get the 'hot pink' as a return value.
item: The item whose characteristics you are interested in probing
characteristic: The name of the characteristic definition you want to probe the value of