Gazing into my crystal ball I observed
dw******@directwireless.com writing
in news:11**********************@d34g2000cwd.googlegr oups.com:
If i have the following recordset:
<td><font size="1"><%= (rsT.Fields.Item("ASC_Name").Value)
%></font></td>
Which in live data displays Direct Wireless for example, how would I
trim that down to only display the first 10 characters of the recordset?
<td class="smallfont"><%=left(rst.fields.item("ASC_Nam e").Value),10)%></td>
OT for this group but using presentational markup is harder to debug and
harder to change later.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share