Triming a Recordset

D

dwaldman

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?
 
A

Adrienne Boswell

Gazing into my crystal ball I observed (e-mail address removed) writing
in
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_Name").Value),10)%></td>

OT for this group but using presentational markup is harder to debug and
harder to change later.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top