No. But VBScript does. And you can use it, too. It's the left(string,
length) function. So, if you wanted the first 100 characters, you would do
this -
<p><%= Left(yourstringvariablename, 100) %>... (More)</p>
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"_adrian" <adrian@ lionsmaneproductions.com> wrote
Quote:
I want to have "chunks" of dynamic content populating an ASP page... like
you might see the first 250 characters, followed by the "... (learn more)"
link taking the user to a detail page outlining the full article. Does DW
have a way that I can restrict the blurb to only X number of characters? |