Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to rime Letters off a string

Status
Not open for further replies.

caseye

IS-IT--Management
Feb 7, 2002
52
0
0
US
I have a string thats 50 letters long and i want to trim it to 25 how would i go about doing this.
 

dim t_str as string
dim n_str as string
t_str = text1.text
n_str = mid(t_str,1,25)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top