I have a simple task that I need to work out. the field in my db (comments) needs to be limited, then a conditional read more gets set in place.
here's what I have so far:
' this is the field, limited to 200 characters
<%= Left(rs("comments"),200) %>
<%
if len(rs("comments")) > 200...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.