On Wed, 04 Oct 2000, you wrote:
> Hi,
> 
> Is it possible to use following code in ZSQLMethod :
> 
>               <!--#sqlvar NMRSEQS.PAR_FLIPANGLE type=int -->,
> 
> But also allow null as value for the integer? (Thus not filled in)
> 

use 
        <!--#sqlvar NMRSEQS.PAR_FLIPANGLE type=int optional-->
or the newer syntax
        <dtml-sqlvar MRSEQS.PAR_FLIPANGLE type=int optional>
Ralph


------------------------------------------------------------------
Ralph Heinkel                  Cenix Bioscience GmbH
Director of the IT-Unit        Tel  : +49 6221/387 915
Meyerhofstr. 1                 Fax  : +49 6221/387 971
69117 Heidelberg, Germany      eMail: [EMAIL PROTECTED]

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to