Here's the code :"

<@assign name="Survey" value="@@resultSet[*,*]" Scope=local>
<@ASSIGN NAME="Local$tabDelim" Type="text"
  VALUE="<@VAR NAME='Survey' APREFIX='' ASUFFIX='' RPREFIX=''
  RSUFFIX='<@CHAR CODE=10><@CHAR CODE=13>' CPREFIX='' CSUFFIX='<@CHAR
CODE=9>'>">


<@ASSIGN NAME="Local$tabDelim"
  VALUE="<@REPLACE STR='@@Local$tabDelim' FINDSTR='<@CHAR CODE=9><@CHAR
CODE=10><@CHAR CODE=13>'
REPLACESTR='<@CHAR CODE=10><@CHAR CODE=13>'>">

<@var local$tabDelim>   - Just trying to look at the variable values on
screen - shows table delimiters.

I am taking the DBMS lookup and assigning it to the Array Survey.  I have
set the CSUFFIX to a tab and the RSUFFIX to a line feed carriage return.
Then I search and replace to get rid of the trailing tab.  The result still
shows up using the defaults for APREFIX and the rest.  <@var local$tabDelim>
goes to screen as the html code for a table.  THe data is all there, but I
don't want a table.

Any help would be appreciated because when I get done with this one, I'm
going to set it up to download by assigning the local$http header and that
should be another challenge for my poor brain.

Thanks for the help,

Hutch
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to