Click to See Complete Forum and Search --> : Limit the number on response


IFP
07-31-2007, 05:22 PM
How can I limit the number of characters from a DDBB field on a response.write?

Thanks!








--------------------------------------------------------------------------
Ignacio Francisco Penin

nbcrockett
08-01-2007, 10:52 AM
<%
Response.Write Left(DDBBField,10)
%>