MACROMEDIA COLDFUSION MX 61-CFML Reference page 768

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

Returns
Returns the string located at the passed index.
Parameters
Parameter
iIndex
Example
The following example demonstrates
a string set and write the contents of a list back to the user:
int nNumItems = pStringSet->GetCount() ;
for ( int i=1; i<=nNumItems; i++ )
{
pRequest->Write( pStringSet->GetString( i ) ) ;
pRequest->Write( "<BR>" ) ;
}
768
Chapter 4: ColdFusion C++ CFX Reference
Description
Index of string to retrieve
GetString
with
CCFXStringSet::GetCount
to iterate over

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents