FixedStructure.Based on keys and values

Syntax:

New FixedStructure(<Key>, <Values>)

Parameters:

<Key> (required)

Type: String.
List of structure properties, separated by commas.

<Values> (optional)

Type: Arbitrary.
Structure elements values.

Description:

You can use it to create a structure that contains keys values of which are transferred in the builder parameter. If structure items keys are set in the first parameter, next parameters can contain values of these items in the order in which they are placed in the string of the <Key> parameter.

    

1C:Enterprise Developer's Community