realbasic-nug
[Top] [All Lists]

Re: realbasic-nug Digest, Vol 51, Issue 76

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: realbasic-nug Digest, Vol 51, Issue 76
From: Norman Palardy <npalardy@great-white-software.com>
Date: Sun, 29 Jun 2008 10:14:42 -0600
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <1F83CCBC-C64B-4760-BD00-45186EF1A6B1@designersdomain.com>
References: <mailman.1572.1214752997.4819.realbasic-nug@lists.realsoftware.com> <1F83CCBC-C64B-4760-BD00-45186EF1A6B1@designersdomain.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com

On 29-Jun-08, at 9:43 AM, R Charles Flickinger wrote:



Hello Norman

On OS X you could also use a shell with df -k (or just df)

I need to learn more about using shell.

That one would be a matter of a very few lines

   dim s as new shell
   s.execute "df -k"
   // now pull s.result apart

Everyone:

I stumbled on the probable cause. My spaveAvail variable type was "integer". I set it to "single" and the issue disappeared.
I believe I also need to learn when to use "integer" and not.

ahhh ... maybe exceeded the range for an integer ?

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>