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

 

IList.stringInList

Looks for a string within this list.

Syntax

Parameters

item
String to search for in list

Description

The stringInList method looks for a string within a list.

For one-column lists, it can be implemented to determine whether a given value is in any row. This method only works on StringList and FileList objects.

Returns

Returns true if string is in list. Returns false if the string is not in the list, or if an IList implementation does not support this method.

Example

 

  Home > Contents > Index >

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