DOM: Clarified _get behavior
- It is an error to provide no DOM references (task _get). - It is an error to provide bad DOM references (task _get donkey). In this example, 'donkey' could be a UDA orphan. - It is not an error for a valid DOM reference to yield no value.
This commit is contained in:
@@ -373,6 +373,7 @@
|
||||
#define STRING_CMD_COUNT_USAGE "Cuenta tareas que coinciden"
|
||||
#define STRING_CMD_GET_USAGE "Método de acceso al DOM"
|
||||
#define STRING_CMD_GET_NO_DOM "Referencia a DOM no especificada."
|
||||
#define STRING_CMD_GET_BAD_REF "'{1}' is not a DOM reference."
|
||||
|
||||
#define STRING_CMD_UDAS_NO "Ningún UDA definido."
|
||||
#define STRING_CMD_UDAS_SUMMARY "{1} UDA definido"
|
||||
|
||||
Reference in New Issue
Block a user