10 lines
217 B
Plaintext
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...' )
|
|
|