powered by CADENAS

Manual

Manual

2.2.4.3. Value types

In the following a list of all possible value types is found:

  • Text

    =?"Cadenas PARTsolutions"

  • Number

    =?number

  • PARTsolutions constant (simple)

    LINA, NB, NT, NN, etc.

    Only the constant is inserted

  • 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()

    Inside the brackets is the attribute constant (<ATTR(NN)>).

    Inside the quotes and outside the brackets you can insert text.

    "<ATTR(NN)> - any text - <ATTR(NT)>"

  • 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.).

    [Note] Note

    All attributes with no explicitly set language are transferred in the set $CADENAS_LANGUAGE.

  • Under Section 2.2.1.3, “Variable values - functions ” you can find information how to modify the entire key basically.