General::sysname
Details
-
- This message is generated when SetSystemOptions is used with an option name that is not a known system option.
- Known system options can be listed by evaluating SystemOptions[].
- Off[message] switches off the message; On[message] switches it on. For example: Off[General::sysname].
Examples
Basic Examples (1)
The name given in the argument of SetSystemOptions is not a known system option:
SetSystemOptions["PackedArrayOptions" -> {"UnpackMessageFlat" -> True}]This sets a system option that enables certain diagnostic messages:
SetSystemOptions["PackedArrayOptions" -> {"UnpackMessage" -> True}]Block[{expr = Range[5]}, expr + Null]SetSystemOptions["PackedArrayOptions" -> {"UnpackMessage" -> False}]