Dale Graham at [EMAIL PROTECTED] wrote:

> <@ASSIGN name="request$Count" value="<@NUMCOLS ARRAY='[ARRAY SCOPE,
> NAME GOES HERE]'>">
> <@ROWS ARRAY='[ARRAY SCOPE, NAME GOES HERE]'>
> <@COLS><@COL encoding="none"><@IF EXPR=" '<@CURCOL>' < '<@VAR
> NAME=request$Count>' "
> TRUE="<@CHAR 28>" FALSE="<@CHAR 30>"></@COLS></@ROWS>
> 
> And 

> <@assign name="request$thisdata" value="<@array value='request
> $filecontents' cdelim='<@char 28>' rdelim='<@char 30>'>">

Hmmmm, I have:

<@ASSIGN name="request$Count" value="<@NUMCOLS
ARRAY='domain$NewsLetterArray'>">
<@ROWS ARRAY='domain$NewsLetterArray'>
<@COLS>
<@COL encoding="none">
<@IF EXPR=" '<@CURCOL>' < '<@VAR  NAME=request$Count>' " TRUE="<@CHAR 28>"
FALSE="<@CHAR 30>">
</@COLS>
</@ROWS>

In the File:Write action

And

<@DEBUG>
@@request$newsletterarticles
</@DEBUG>

<@assign NAME='newsarray' Scope='domain' value="<@array
value='request$newsletterarticles' cdelim='<@char 28>' rdelim='<@char
30>'>">



<@DEBUG>
@@domain$newsarray
</@DEBUG>

In my read action.

The first Debug shows me a bunch of text with none-displayable characters
between them as you'd expect. The second one shows me a single cell table
with 'request$newsletterarticles' in it.

I'm guessing a small syntax problem but stuffed if I can work it out.

Wayne

                  Byte Services Pty Ltd
               http://www.byteserve.com.au/
                  [EMAIL PROTECTED]
   Ph 02 9960 6099   Mob 0409 960 609   Fax 02 9960 6088

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to