|
17.05.2011, 11:31 | #1 |
MCTS
|
Можно так, например:
X++: static void Job(Args _args) { ; if ((select firstonly InventTable where InventTable.ItemId == 'itemId').RecId) { info('yes'); } else { info('no') } } |
|