Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

Utilities.itemIsInList

Determines if a given string is in a vector.

Syntax

Parameters

list
Input. Specify the Vector containing a list of strings.

str
Input. Specify the string to find in l.

case
Input. Specify true to perform a case-insensitive search, specify false to specify a case-sensitive search.

Returns

Returns true if the string is in the vector, false if it is not.

Example

The following code determines if Future is one of the strings in the actualVector:

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.