hi everybody need help on this tried this code and didn't work the thing is a 
cfif that evaluates a field from a database if not null it prints the comma, 
and a letter p before the field which i declared. otherwise it does nothing... 
here's the code...
 

<cfoutput>

<cfset comma=",">
        <cfset p="p">

        <cfif isDefined("paginefuoricollana") and len(paginefuoricollana)>
                <cfset file = "#comma# #p# #paginefuoricollana#">
        <cfelse>
                <cfset file = "#paginefuoricollana#">
        </cfif>


        <td>#file#</td>

</cfoutput>

thanks 
alex

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257312
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to