PublicFunctions: CharAt

CharAt

Returns character value from a string at the specified index.



 Public Function CharAt(
	  ByRef s As String,
	  ByVal Index As Long ) As Integer

Parameters

s
[ByRef] String. The string to return the character from.
Index
[ByVal] Long. The position of the character in the string.

Return Values

Integer -  An integer representing the character.

Remarks

The index is zero based.

See Also

Project CorLib Overview

Class PublicFunctions Overview