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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP jscript string function?

Status
Not open for further replies.

markshen2004

Programmer
Jun 9, 2004
89
CA
which function can take part of sting

var str="abcdef";

I want to get part of string.for example "abc".please give me a idea.

Thanks a lot

 
There are a few string manipulation tutorials out tere for ASP if you search on something like:
ASP String manipulation
or
ASP Substring

Functions that might help you (there aren't very many in all in ASP/VBScript):
Mid and Left

[sub]01000111 01101111 01110100 00100000 01000011 01101111 01100110 01100110 01100101 01100101 00111111[/sub]
Need an expensive ASP developer in the North Carolina area? Feel free to let me know.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top