04.07.2006, 16:09 | #1 |
Участник
|
в чем ошибка
Подскажите, в чем ошибка кода?
InventDim _inventDim; InventSum _inventSum; str bufstr = "111"; ; while select _inventDim where _inventDim.InventLocationId == "Склад1" { bufstr = + ","+_inventDim.inventDimId; //<-- не работает } |
|