bool = EmptyStr(s$)
True if the string is empty, i.e. if it contains only whitespace
characters. The following characters are whitespace characters: space, form-feed ("\f"),
newline ("\n"), carriage return ("\r"), horizontal tab ("\t"), and vertical tab ("\v").
True if input string contains only whitespace characters