- added the possiblity hardwire whether a parameter is saved or not

- return message contains now the called command name (shich might be an
  alias) instead of the original object name
This commit is contained in:
zolliker
2007-02-23 12:17:44 +00:00
parent d95f9325f2
commit a3d878235f
2 changed files with 21 additions and 9 deletions

View File

@ -237,7 +237,7 @@ static void ArrayObjParDef(void *object) {
WrtObj(&context, item->name);
}
}
ParName(item->name); ParAccess(usUser);
ParName(item->name); ParSave(2); ParAccess(usUser);
if (item->unit) {
ParTail(item->unit);
} else {