====== CzStr::GetAt ====== ===== Description ===== Retrieve a character from a string. ===== Function prototype ===== char CsZtr::GetAt(int index); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | index | int | The index of the character in the string. | ===== Return value ===== The value of the character at the given position. If out of bounds, zero is returned. ===== Comments ===== None.