In the following a list of all possible value types is found:
=?"Cadenas PARTsolutions"
=?Zahl
PARTsolutions constant (complex)
?GetObject("iface.calcnameservice").start(0).Format("<ATTR(NT)>").value()
The declaration in this form can be modified easily. Therefor see the next two points.
Several PARTsolutions constants mixed with text
=?GetObject("iface.calcnameservice").start(0)
.Format("<ATTR(NN)> - <ATTR(NT)>").value()
The attribute constant (<ATTR (NN )>) is shown in angle brackets.
Inside the quotes and outside the brackets you can insert text.
PARTsolutions constant in a certain language
?GetObject("iface.calcnameservice").start(0).Format("<ATTR(english,NT)>").value()
In order to output a certain attribute in a certain language set the language before constant separated with a comma (english, french, italian, etc.).
Under Section 2.2.1.3, “Variable values - functions ” you can find information how to modify the entire key basically.