blob: cd3b22b67c94f076b82c9258b906f792e5209644 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstrad59c3892019-11-28 20:53:39 +01002 int rmember(mixed *array, mixed elem [, int start])
Zesstra715ec202025-07-09 22:18:31 +02003 int rmember(string s, int elem [, int start])
4 int rmember(bytes s, int elem [, int start])
MG Mud User88f12472016-06-24 23:31:02 +02005
Zesstra715ec202025-07-09 22:18:31 +02006DESCRIPTION
7 Returns the index of the last occurance of second arg
8 in the first arg, or -1 if none found.
9 If <start> is given and non-negative, the search starts at
10 that position.
MG Mud User88f12472016-06-24 23:31:02 +020011
Zesstra715ec202025-07-09 22:18:31 +020012HISTORY
13 Introduced in LDMud 3.2.10.
14 LDMud 3.3.556 added the <start> parameter.
MG Mud User88f12472016-06-24 23:31:02 +020015
Zesstra715ec202025-07-09 22:18:31 +020016SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020017 member(E)