strchar

Purpose

Index to the numth character of a string.

Syntax

returnedString = strchar(string, number)

returnedString - type: str
string - type: str
number - type: int

Returns

Remarks

Example

See Also

strchr, strrchr, strlength, strwrap, String Functions