17th January 2006, 04:08 PM
Hi,
How can we concatenate strings in a <Section While> loop?
See example below.
Thanks.
<Section While>
<Pattern>
Regexp {$stock_symbol}
</Pattern>
#NEEDED equivalent code: $stock_symbol_array .= ' '.$stock_symbol;
#
# (desired result: $stock_symbol_array="AMGN GLW AAPL IBM DELL" ...)
</Section>
How can we concatenate strings in a <Section While> loop?
See example below.
Thanks.
<Section While>
<Pattern>
Regexp {$stock_symbol}
</Pattern>
#NEEDED equivalent code: $stock_symbol_array .= ' '.$stock_symbol;
#
# (desired result: $stock_symbol_array="AMGN GLW AAPL IBM DELL" ...)
</Section>