Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

size?

 [1/4] from: fabrice:regnier:socopa-entreprise at: 20-Dec-2001 16:01


Hello to all ! I have a prob with size? print size? %/c/foo.txt ;;is ok but print size? to-file "%/c/foo.txt" ;;always answers none did i miss something ? Fab.

 [2/4] from: philb::upnaway::com at: 20-Dec-2001 23:46


Hi Fabrice, just leave out the % print size? to-file "/c/foo.txt" will work Using to-file on "%/c/foo.txt" gives %%/c/foo.txt which of course probably wont exist. Cheers Phil === Original Message === Hello to all ! I have a prob with size? print size? %/c/foo.txt ;;is ok but print size? to-file "%/c/foo.txt" ;;always answers none did i miss something ? Fab.

 [3/4] from: fabrice:regnier:socopa-entreprise at: 20-Dec-2001 16:56


Arggggh! silly ;)

 [4/4] from: jasonic:cunliffe:verizon at: 20-Dec-2001 10:27


> print size? %/c/foo.txt ;;is ok > but > print size? to-file "%/c/foo.txt" ;;always answers none
do you mean length? %/c/foo.txt ./Jason