Can #chain directives be nested, as in:

#chain( 'OR' 'WHERE' ) #chain( 'AND' ) (#chunk($someValue) someColumn > 
#bind($someValue 'INTEGER') #end #chunk($someValue2) someColumn2 <= 
#bind($someValue2 'INTEGER') #end) #end #chain( 'AND' ) (#chunk($someValue3) 
someColumn3 > #bind($someValue3 'INTEGER') #end #chunk($someValue4) someColumn4 
<= #bind($someValue4 'INTEGER') #end) #end #end

Thanks,

Daniel L. Morgan
EMail      : <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>>



Reply via email to