D
danniel
Guest
when i load data saved in a long list from a file, and for each item
in the list I load this item to a device db. some where in the process
the icfb crushes.
while( line = car(lineread(tmpFile
foreach(lst line
some loading procedures.......
(
(
close(tmpFile
(
does anyone know of a reason for these crushes.
the list in line consists of around 300 itmes each is a list of 5
items.
in the list I load this item to a device db. some where in the process
the icfb crushes.
while( line = car(lineread(tmpFile
foreach(lst line
some loading procedures.......
(
(
close(tmpFile
(
does anyone know of a reason for these crushes.
the list in line consists of around 300 itmes each is a list of 5
items.