My apologies - I posted the wrong code snippet. The code is not originally mine and I 
didn't see the mistake

Some great replies though - this code for punching array data into Filemaker is neat, 
and could be modified to add different delimiters between values:

<@ARG NAME="field" TYPE="ARRAY" APREFIX="" ASUFFIX="" RPREFIX="" RSUFFIX="" CPREFIX="" 
CSUFFIX="<@CHAR 13>">

Had I thought about this a bit more I would have realised that the code will generate 
an array - and has to be handled as such

The real value of this list (which is the most useful list I've ever been on) is that 
there are people willing to share their ways of doing things - and seeing all these 
different suggestions really helps illuminate the problem. Thanks, everyone



The checkbox code we're using is like this:

   <tr bgcolor="#FFFFFF">
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>
        <input type="checkbox" name="05retailer" value="model">
      </td>
      <td><font face="Arial, Helvetica, sans-serif" size="1">Model/Toy shop</font></td>
      <td>
        <input type="checkbox" name="05retailer" value="mail">
      </td>
      <td><font face="Arial, Helvetica, sans-serif" size="1">Mail order</font></td>
      <td>
        <input type="checkbox" name="05retailer" value="internet">
      </td>
      <td><font face="Arial, Helvetica, sans-serif" size="1">Internet</font></td>
    </tr>
    <tr bgcolor="#FFFFFF">
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>
        <input type="checkbox" name="05retailer" value="supermarket">
      </td>
      <td><font face="Arial, Helvetica, sans-serif" size="1">Supermarket</font></td>
      <td>
        <input type="checkbox" name="05retailer" value="other">
      </td>
      <td colspan="3"><font face="Arial, Helvetica, sans-serif" size="1">Other,
        please specify: </font>
        <input type="text" name="05retailer" size="20">
      </td>
    </tr>
    <tr bgcolor="#FFFFFF">
      <td colspan="8"><img src="/images/blank.gif" width="484" height="10"></td>
    </tr>
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to