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

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
Thu Sep 10 13:59:33 CEST 1998