Happy new year everyone on the list!
 
Just making sure my quotes are correct. The string in @@user$gui_lang can be se, en, pl, de and so on. Which one of the expressions below do you think is most properly quoted?
 
<@IF EXPR="@@user$gui_lang = se">
 
<@IF EXPR="'@@user$gui_lang' = 'se'">
 
<@IF EXPR="'@@user$gui_lang'='se'">
 
 
AND
 
<@IF EXPR="<@CALC <@STARTROW>+<@MAXROWS>> <= @@request$totalrows">
 
<@IF EXPR="<@CALC '<@STARTROW>+<@MAXROWS>'> <= @@request$totalrows">

<@IF EXPR="<@CALC '"<@STARTROW>"+"<@MAXROWS>"'> <= '@@request$totalrows'">

?
 

 

 

 
 
 
 
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to