next up previous contents index
Next: StrLower Up: Functions and procedures. Previous: StrScan

StrRScan

   

Declaration:

Function StrRScan (P : PChar; C : Char) : PChar;

Description:

Returns a pointer to the last occurrence of the character C in the null-terminated string P. If C does not occur, returns Nil.

Errors:

None.

See also:

Pos (), StrScan, StrPos

For an example, see StrScan.



Michael Van Canneyt
Tue Mar 31 16:46:10 CEST 1998