faqts : Computers : Programming : Languages : Asp : ASP/VBScript : Functions : Strings

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

5 of 17 people (29%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

How can I find out about string functions?

May 22nd, 2000 05:44
unknown unknown, Francoise.Hontoy


Check here
http://msdn.microsoft.com/scripting/vbscript/default.htm

To work with strings: 
- InStr (finds a string within a string) -> results a position in a 
string
- Left, Right, Mid (lets you extract parts of strings)
- Replace (to replace instances of string x in string y)



© 1999-2004 Synop Pty Ltd