STRING

The STRING command redefines and/or lists the data for a STRING statement.

Format

STRING/id [,STRING=c] [,LIST]
 
[[ ]] Optionally select an item combination

Arguments

 
STRING=c
Respecifies the string to be stored. The STRING argument and value must appear together on one 80-character line. If STRING is abbreviated to S and starts a line, the supplied string can be as long as 1024 characters.
LIST
Lists the string in storage.
 
Caution:  
The following characters are not permitted in a STRING argument because they are delimiters in the Adams Solver (FORTRAN) command language: comma (,), semicolon (;), ampersand (&), and exclamation point (!). This is because the comma indicates that additional Adams Solver (FORTRAN) arguments follow, the semicolon indicates that additional Adams Solver (FORTRAN) statements follow on the same line, the ampersand indicates that the next line is a continuation of the statement on this line, and the exclamation point indicates that Adams Solver (FORTRAN) is to stop reading the line.
See other Reference data available.