Цитата:
Сообщение от
Arahnid
не вышло
X++:
where (common.(dictField.id()+2) == dim[2])
Фигня какаято то...Используйте FieldId2Ext для работы с полями типа массив
/*
Returns an extended FieldId, based on the fieldId and the Array index
(an extended FieldId is a fieldId including the array index)
*/
static fieldId fieldId2Ext(fieldId fieldId,
ArrayIdx arrayIndex
)