CodeBase - C# like string functions, IndexOf and SubString

Return to the CodeBase listing

Category: Text

Version: 1.0

0
0

Information

Uploaded: 6th Oct 2009 13:57

Modified: 6th Oct 2009 18:43

Author:  Lucifer

Summary

IndexOf( String1 , String2 ) Returns an integer whose value is the position of the string2 "char" value in string1... if that does make any sense. String1 is the string you wish to retrieve the char position from. String 2 is the char whose position in the string you want to return. SubString(String, startval, endval) Returns a substring from the string whose position is defined in the startval and endval.

Full Description

Comments

No comments yet.