— Utility — |
_GETACP | Returns the current Windows code page. |
_INIVALUERC | Returns an exit code for the last call to @INIVALUE . |
_PASSWORD | Returns a random string suitable for use as a password. |
— Set by WORDS — |
_CHARACTERS | Returns the number of characters in the last file processed. |
_CHARACTERSALL | Returns the number of characters in all files processed by the last call to WORDS . |
_LINES | Returns the number of lines in the last file processed. |
_LINESALL | Returns the number of lines in all files processed by the last call to WORDS . |
_LONGESTLINE | Returns the number of characters on the longest line of the last file processed. |
_LONGESTLINEALL | Returns the number of characters on the longest line in all files processed by the last call to WORDS . |
_NONBLANKLINES | Returns the number of non-blank lines in the last file processed. |
_NONBLANKLINESALL | Returns the number of non-blank lines in all files processed by the last call to WORDS . |
_PARAGRAPHS | Returns the number of paragraphs in the last file processed. |
_PARAGRAPHSALL | Returns the number of paragraphs in all files processed by the last call to WORDS . |
_PROPERNOUNS | Returns the number of proper nouns in the last file processed. |
_PROPERNOUNSALL | Returns the number of proper nouns in all files processed by the last call to WORDS . |
_SENTENCES | Returns the total number of sentences in the last file processed. |
_SENTENCESALL | Returns the total number of sentences in all files processed by the last call to WORDS . |
_SENTENCESD | Returns the number of sentences which end with a period in the last file processed. |
_SENTENCESDALL | Returns the number of sentences which end with a period in all files processed by the last call to WORDS . |
_SENTENCESE | Returns the number of sentences which end with an exclamation mark in the last file processed. |
_SENTENCESEALL | Returns the number of sentences which end with an exclamation mark in all files processed by the last call to WORDS . |
_SENTENCESQ | Returns the number of sentences which end with a question mark in the last file processed. |
_SENTENCESQALL | Returns the number of sentences which end with a question mark in all files processed by the last call to WORDS . |
_SENTENCEWORDS | Returns the number of words which are included in a sentence in the last file processed. |
_SENTENCEWORDSALL | Returns the number of words which are included in a sentence in all files processed by the last call to WORDS . |
_TITLES | Returns the number of “titles” (paragraphs without sentences) in the last file processed. |
_TITLESALL | Returns the number of “titles” in all files processed by the last call to WORDS . |
_UNIQUEWORDS | Returns the number of different words, disregarding case, in the last file processed. |
_UNIQUEWORDSALL | Returns the number of different words in all files processed by the last call to WORDS . |
_WC | Returns the total number of contiguous sequences of non-blank characters in the last file processed. |
_WCALL | Returns the total number of runs of non-blank characters in all files processed by the last call to WORDS . |
_WORDFILES | Returns the number of files processed by the last call to WORDS . |
_WORDS | Returns the total number of words in the last file processed. |
_WORDSALL | Returns the total number of words in all files processed by the last call to WORDS . |