STRING fileid{,ERR=lineref}
The STRING verb creates a STRING file. STRING files grow dynamically as they are written. PRO/5 takes the ERR= branch if an error occurs while defining the file.
|
Parameter |
Description |
|
fileid |
Name of the STRING file to be created. |
|
ERR=lineref |
Branch to be taken if an error occurs during execution. |
1000 STRING "TEST",ERR=9500