And what is it suppose to do?

More information is really needed as to what your trying to achieve, as it
might help us help you.


On 10/19/06, alex poyaoan <[EMAIL PROTECTED]> wrote:
>
> 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:257317
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to