Re: Deleting a file
- Posted by Ad Rienks <Ad_Rienks at COMPUSERVE.COM> Apr 30, 1997
- 1218 views
Architek writes:
-- snip -----
buff = allocate_low(length(filename)+1)
poke(buff,filename)
poke(buff+length(filename),0)
--------------------------------------------------------
I was wondering if the last line should not read:
poke(buff + length(filename) + 1, 0)
^^^^
Am I right or am I right?
Hope this helps
Ad Rienks

