Показать сообщение отдельно
Старый 04.07.2006, 16:09   #1  
Ol'enka is offline
Ol'enka
Участник
 
8 / 10 (1) +
Регистрация: 04.07.2006
в чем ошибка
Подскажите, в чем ошибка кода?
InventDim _inventDim;
InventSum _inventSum;
str bufstr = "111";
;
while select _inventDim
where _inventDim.InventLocationId == "Склад1"
{
bufstr = + ","+_inventDim.inventDimId; //<-- не работает
}