ColdFusion Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreColdFusion Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 4th, 2005, 03:39 PM
iceperson iceperson is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 3 iceperson User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 29 m 14 sec
Reputation Power: 0
Formatting CFOUTPUT

I have a page that lists the contents of a directory and I want to hide the file extension from the output. I know how to format the left side, but not sure to do the right.

Here's what i have now

<CFIF #TYPE# IS "FILE">
<TD width=550><A HREF="/tech_tips/#name#">#name#</A></TD>
<TD width=90><font face=arial size=1>#size#</font></TD></TR>
</CFIF>

I know that to shift the left side 4 spaces i could use
<CFIF #TYPE# IS "FILE">
<TD width=550><A HREF="/tech_tips/#name#">#MID(name, 5,255)#</A></TD>
<TD width=90><font face=arial size=1>#size#</font></TD></TR>
</CFIF>

is there a way to do what i'm asking?

TIA,
Shannon

add: the filenames are different sizes so something like this won't work

<CFIF #TYPE# IS "FILE">
<TD width=550><A HREF="/tech_tips/#name#">#Left(name, LENGTH-4)#</A></TD>
<TD width=90><font face=arial size=1>#size#</font></TD></TR>
</CFIF>

Reply With Quote
  #2  
Old August 4th, 2005, 05:35 PM
kiteless kiteless is offline
Moderator
Dev Shed Expert (3500 - 3999 posts)
 
Join Date: Jun 2002
Location: Raleigh, NC
Posts: 3,692 kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level)kiteless User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Week 4 Days 16 h 43 m 41 sec
Reputation Power: 53
You could do this several ways, here's two options:

treat the dot as a list delimiter:
listFirst( name, '.' )

take the left n-4 characters where n is the length of the file name:
left( len( name ) - 4 )


Also, you don't need pound signs in your cfif. You only need pound signs for output or when evaluating an expression. This works fine <cfif type eq "file">...

Hope that helps.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian.
How to Post a Question in the Forums

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreColdFusion Development > Formatting CFOUTPUT


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT