Next: Get information about keywords
Up: Keywords
Previous: Read value(s) from keyword
To modify the contents of a keyword, call STKWRC (SCKWRC)
for character keywords, STKWRD (SCKWRD) for double precision
keywords, STKWRI (SCKWRI) for integer keywords, and STKWRR
(SCKWRR) for real keywords.
If the keyword does not exist, these routines return an error. No interface
exists to create a new keyword; that has to be done at the command language
level.
Note
Again, the interface for character keywords has an additional
parameter as discussed above.