2024-03-25 15:12:53 -07:00

10 lines
217 B
Plaintext

compile insert STAT
* top of loop
NumKeys = @reccount
Cnt = 0
* after iteration
Cnt += 1
Percent = oconv( iconv(Cnt/NumKeys, 'MD2'), 'MD0' ):'%'
Void = send_info( Percent:' Complete importing filename...' )