CodeView (cv.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.
C Strings
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Syntax: "characters"
 
     C strings can be specified as expressions in the C format. You
     can use C escape characters within strings. For example, double
     quotation marks within a string are specified with the escape
     character (\").
 
     Example
 
          EA message "This \"string\" is okay."
 
     The example above uses the CodeView memory-modification command
     Enter ASCII (EA) to enter a string into memory, starting at the
     address of the variable 'message'.
     See: Enter Commands (E) Command-Window Commands
                                    -♦-