The RCDATA statement is provided to allow an application to define a simple data resource.
─RCDATA───id────loadoption─────memoption─── ┌─┬────,────┬─┐ └─newline─┘ │ ───BEGIN─────────data────┴────END──────
id
See Resource Load and Memory Options for a description of LOADOPTION.
See Resource Load and Memory Options for a description of MEMOPTION.
Example:
RCDATA 4 BEGIN "Sample string." "TEST DATA." "A message." END