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.
CodeView FORTRAN Strings
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Syntax: 'string'
 
     Strings can be specified as character expressions in the FORTRAN
     format. Single quotation marks within a string must be specified
     by two single quotation marks.
 
     For example, the command
 
          EA MESSAGE 'This ''string'' is okay.  '
 
     enters the given string into memory, starting at the address of
     the variable MESSAGE. Notice that the string includes embedded
     single quotation marks and trailing spaces.
                                    -♦-