|
|
#6 |
|
Участник
|
Код: static void MyMethod(CustTable _custTable)
{
DictTable dictTable = new DictTable(_custTable.TableId);
int i;
;
for(i = 1; i <= dictTable.fieldCnt(); i++)
{
info(strfmt(_custTable.(dictTable.fieldCnt2Id(i))));
}
} |
|
|