ESPList

This function strings together the identified elements of an array into a single string with the specified string between each element.

Syntax

This function uses the following syntax:

<% set var=variable function=ESPList 
parm1=separator 
{ parm2=mdoPrefix.{*}.mdoSuffix | 
   parm3=stemPrefix.*.stemSuffix |
   parm4=varPrefix } 
[ parm5=fromRange ] [ parm6=toRange ] 
[parm7=quoting  [parm8=quoteScope] ] [ parm9=REVERSE ]  %>

Parameters

This function contains the following parameters:

Returns

String.

Examples

[assign the value for TD in your book]<%=ESPList parm1='</td>[assign the value for TD in your book]'  parm4=$SLRID %> </td>

results in:

[assign the value for TD in your book]first item</td>[assign the value for TD in your book]second item</td>third item</td>


Copyright © 2010 CA. All rights reserved.