FutureProg functions

in

Logical · computer function, computer program, standard futureprog

Boolean in(Text Target, Text Item1, Text Item2)
Contexts: computer function, computer program, standard futureprog
This function determines whether the first supplied argument is 'in' the list of other arguments. It will return true if any of the other supplied text items match the first.
Target: The item you want to check is equal to any of the other supplied items
Item1: An item to compare
Item2: An item to compare

Boolean in(Text Target, Text Item1, Text Item2, Text Item3)
Contexts: computer function, computer program, standard futureprog
This function determines whether the first supplied argument is 'in' the list of other arguments. It will return true if any of the other supplied text items match the first.
Target: The item you want to check is equal to any of the other supplied items
Item1: An item to compare
Item2: An item to compare
Item3: An item to compare

Boolean in(Text Target, Text Item1, Text Item2, Text Item3, Text Item4)
Contexts: computer function, computer program, standard futureprog
This function determines whether the first supplied argument is 'in' the list of other arguments. It will return true if any of the other supplied text items match the first.
Target: The item you want to check is equal to any of the other supplied items
Item1: An item to compare
Item2: An item to compare
Item3: An item to compare
Item4: An item to compare

Boolean in(Text Target, Text Item1, Text Item2, Text Item3, Text Item4, Text Item5)
Contexts: computer function, computer program, standard futureprog
This function determines whether the first supplied argument is 'in' the list of other arguments. It will return true if any of the other supplied text items match the first.
Target: The item you want to check is equal to any of the other supplied items
Item1: An item to compare
Item2: An item to compare
Item3: An item to compare
Item4: An item to compare
Item5: An item to compare

Boolean in(Text Target, Text Item1, Text Item2, Text Item3, Text Item4, Text Item5, Text Item6)
Contexts: computer function, computer program, standard futureprog
This function determines whether the first supplied argument is 'in' the list of other arguments. It will return true if any of the other supplied text items match the first.
Target: The item you want to check is equal to any of the other supplied items
Item1: An item to compare
Item2: An item to compare
Item3: An item to compare
Item4: An item to compare
Item5: An item to compare
Item6: An item to compare

Boolean in(Text Target, Text Item1, Text Item2, Text Item3, Text Item4, Text Item5, Text Item6, Text Item7)
Contexts: computer function, computer program, standard futureprog
This function determines whether the first supplied argument is 'in' the list of other arguments. It will return true if any of the other supplied text items match the first.
Target: The item you want to check is equal to any of the other supplied items
Item1: An item to compare
Item2: An item to compare
Item3: An item to compare
Item4: An item to compare
Item5: An item to compare
Item6: An item to compare
Item7: An item to compare

Boolean in(Text Target, Text Item1, Text Item2, Text Item3, Text Item4, Text Item5, Text Item6, Text Item7, Text Item8)
Contexts: computer function, computer program, standard futureprog
This function determines whether the first supplied argument is 'in' the list of other arguments. It will return true if any of the other supplied text items match the first.
Target: The item you want to check is equal to any of the other supplied items
Item1: An item to compare
Item2: An item to compare
Item3: An item to compare
Item4: An item to compare
Item5: An item to compare
Item6: An item to compare
Item7: An item to compare
Item8: An item to compare

Boolean in(Text Target, Text Item1, Text Item2, Text Item3, Text Item4, Text Item5, Text Item6, Text Item7, Text Item8, Text Item9)
Contexts: computer function, computer program, standard futureprog
This function determines whether the first supplied argument is 'in' the list of other arguments. It will return true if any of the other supplied text items match the first.
Target: The item you want to check is equal to any of the other supplied items
Item1: An item to compare
Item2: An item to compare
Item3: An item to compare
Item4: An item to compare
Item5: An item to compare
Item6: An item to compare
Item7: An item to compare
Item8: An item to compare
Item9: An item to compare

Boolean in(Text Target, Text Item1, Text Item2, Text Item3, Text Item4, Text Item5, Text Item6, Text Item7, Text Item8, Text Item9, Text Item10)
Contexts: computer function, computer program, standard futureprog
This function determines whether the first supplied argument is 'in' the list of other arguments. It will return true if any of the other supplied text items match the first.
Target: The item you want to check is equal to any of the other supplied items
Item1: An item to compare
Item2: An item to compare
Item3: An item to compare
Item4: An item to compare
Item5: An item to compare
Item6: An item to compare
Item7: An item to compare
Item8: An item to compare
Item9: An item to compare
Item10: An item to compare

Boolean in(Text Target, Text Item1, Text Item2, Text Item3, Text Item4, Text Item5, Text Item6, Text Item7, Text Item8, Text Item9, Text Item10, Text Item11)
Contexts: computer function, computer program, standard futureprog
This function determines whether the first supplied argument is 'in' the list of other arguments. It will return true if any of the other supplied text items match the first.
Target: The item you want to check is equal to any of the other supplied items
Item1: An item to compare
Item2: An item to compare
Item3: An item to compare
Item4: An item to compare
Item5: An item to compare
Item6: An item to compare
Item7: An item to compare
Item8: An item to compare
Item9: An item to compare
Item10: An item to compare
Item11: An item to compare

← Back to FutureProg functions