From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


NAME

        stringp - True if a given variables value is currently a string.

SYNTAX

	int stringp(mixed testvar)

DESCRIPTION

	Returns 1 if the value of 'testvar' is currently of the type string.

SEE ALSO

        intp in efun/type_related/intp

SEE ALSO

        pointerp in efun/type_related/pointerp

SEE ALSO

        mappingp in efun/type_related/mappingp

SEE ALSO

        objectp in efun/type_related/objectp