StringGetCharacter

Restituisce il valore di un simbolo, che si trova nella posizione specificata di una stringa.

ushort  StringGetCharacter(
   string  string_value,     // stringa
   int     pos               // posizione del simbolo nella stringa
   );

Parametri

string_value

[in]  String.

pos

[in]  Posizione del simbolo nella stringa. Può essere da 0 a StringLen(testo) -1.

Valore restituito

Codice del symbolo o 0 in caso di errore. Per ottenere il codice di errore chiamare GetLastError().

Vedi anche

StringSetCharacter, StringBufferLen, StringLen, StringFill, StringInit, StringToCharArray, StringToShortArray