![]() |
#3 |
Участник
|
static void cursorTest(Args _args)
{ InventTable it; int i = 0; ; select it; while (it.recId != 0) { i++; print(strFmt("%1", it.RecId)); next it; } print(strFmt("Всего- %1", i)); } |
|