Get size in bytes of object

2010-05-16 Thread Bill Vlahos
I am able to get a file from disk, compress it, and encrypt it to save the protected file back to disk. What I want to do is make sure there is enough room on the disk to save it before I try. I don't see a command that gets the size of a variable or a specific item on disk. I am able to do

Re: Get size in bytes of object

2010-05-16 Thread Michael Kann
put the length of bills_var --- On Sun, 5/16/10, Bill Vlahos bvla...@mac.com wrote: From: Bill Vlahos bvla...@mac.com Subject: Get size in bytes of object To: How to use Revolution use-revolution@lists.runrev.com Date: Sunday, May 16, 2010, 12:25 PM I am able to get a file from disk