hi,
How can I concatenate strings !!! :")
<? idVals = [] ?>
<? idVals.push(row.${id.value}) FOREACH id = sel.PKs ?>
| <? idVals.join('|')?> |
This can not be solution :")
Sorry for the stupid question but can't find it in the docs..
'.' can't be used ... and + seems to make numify the separator-string ...
!!
<? idVals = '' ?>
<? idVals = row.${id.value} FOREACH id = sel.PKs ?>
<? idVals ?>
this seems to concatenate as strings but I want separator AND the
interesting thing is that it is not even '.='
What I'm doing wrong... (TT2.04)
=====
iVAN
[EMAIL PROTECTED]
=====