Показать сообщение отдельно
Старый 25.05.2006, 14:08   #5  
Gad is offline
Gad
Участник
 
136 / 18 (1) ++
Регистрация: 21.05.2003
Адрес: Москва
Код:
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))));
    }
}