Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

IStringList::get_Item

The IStringList::get_Item method retrieves an individual item from a string list.

HRESULT get_Item(

VARIANT Var,

VARIANT * pVariantReturn

);

Parameters: IStringList::get_Item

Var

A variant that contains the name of the item in the collection.

pVariantReturn

Points to a variant that receives the item value.

Remarks: IStringList::get_Item

You can use this method to retrieve a particular item from an array that has been returned by a Form, QueryString, or ServerVariables collection.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.