Isword()Functionsisword(<string>)This function will return 1 (TRUE) if every character in <string> is a letter and 0 (FALSE) otherwise.Examples> say isword(Foo)You say, “1”> say isword(Foo8)You say, “0”Related TopicsBOOLEAN VALUES, isdbref(), isint(), isnum(), israt()