Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / New in Version 3.0 / Programming  /
CharacterRange

  • CharacterRange[" ", " "] yields a list of the characters in the range from " " to " ".
  • Example: CharacterRange["A", "D"].
  • CharacterRange["a", "z"] yields the English alphabet.
  • CharacterRange["0", "9"] yields a list of digits.
  • CharacterRange[" ", " "] gives the list of characters with character codes from ToCharacterCode[" "] to ToCharacterCode[" "].
  • CharacterRange["b", "a"] gives { }.
  • See the Mathematica book: Section 2.7.4.
  • See also: FromCharacterCode, Range, Sort, Symbol, Unique.


    Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
    THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
    SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.