RE: Programming Help Needed

new topic     » topic index » view thread      » older message » newer message

with trace without warning

object file, record, outFile sequence dataFile, outData integer count

dataFile = "c:
AcuTrack
AcuData
billedit.pdf" outData = "c:
AcuTrack
AcuData
test.pdf" file = open(dataFile, "r") outFile = open(outData,"w")

if file >0 then

record = gets(file) count = 0 while not atom(record) do count += 1 puts(outFile, record) record = gets(file) end while

end if trace(1) abort(0)

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu