Еще пример (почти то же самое):
PHP код:
str _strTableName = "Address";
Common common;
DictTable dictTable;
;
dictTable = new DictTable(tableName2id(_strTableName));
common = dictTable.makeRecord();
common.(fieldName2id(tableName2id(_strTableName ), "Address")) = "Ул. Ленина";