qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Elementary Data Types (Strings)
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Elementary Data Types (Strings)
 
 ■ Visual Basic supports two kinds of string data types:
 
   Data Type         Description
   ═══════════════   ═══════════════════════════════════════════════════════
   Variable-length   String containing up to 32,767 characters. The codes for
                     these characters range from 0 to 127 for regular ASCII
                     characters, and 128 - 255 for the extended ASCII
                     characters.
 
   Fixed-length      String containing a declared number of characters, no
                     more than 32,767. Like variable-length strings, fixed-
                     length strings may contain characters with ASCII codes
                     in the range 0 - 255.
 
 See: ASCII Character Codes  Basic Data Types Summary