Short: restore_value() should accept looser syntax
From: Freaky
Date: 991123
Type: Feature
State: Unclassified
ein restore_value("({1,2,3})") geht nicht, da das ',' vor dem }) fehlt.
Ausserdem zeigt er im Fehlerfall nicht an, wo genau der Syntax-Fehler ist.
Problem is the dense programming of the value parser which expects exactly
the syntax of the value-writer - reprogramming it is not that easy.