Integers in ZSQLMethod
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) Thanks in advance, Tom.
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: heinkel@cenix-bioscience.com
Argh, dumb me. That I didn't think of this myself. Boy, do I feel myself stupid and red. Tom. At 15:12 04/10/2000 +0200, Ralph Heinkel wrote:
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: heinkel@cenix-bioscience.com
participants (2)
-
Ralph Heinkel -
Tom Deprez