Nice job. Bob
On Nov 30, 2011, at 9:13 AM, Andre Garzia wrote: > Mark, > > Congratulation on the external! The more, the merrier! > > On Wed, Nov 30, 2011 at 12:46 AM, Mark Schonewille < > [email protected]> wrote: > >> Hi everyone, >> >> Seeing requests for a disk space function on this list a few times, I >> decided to write an external. ExtFreeDiskSpace is a LiveCode external for >> iOS, which reads the total and free disk space and returns these values as >> integers measured in kilobytes. >> >> You could this this for example: >> >> fuction freeDiskSpace24 >> put 1000^2 into mySq1024 >> set the numberFormat to "#.00" >> put extFreeDiskSpace()/mySq1024 into myGBs >> return myGBs && "GB" >> end freeDiskSpace24 >> >> You can download the external at http://qery.us/1di . Please let me know >> if you encounter any problems with this external. >> >> To access this download, you need to make a donation first (if you haven't >> done so yet). >> >> -- >> Best regards, >> >> Mark Schonewille >> >> Economy-x-Talk Consulting and Software Engineering >> Homepage: http://economy-x-talk.com >> Twitter: http://twitter.com/xtalkprogrammer >> KvK: 50277553 >> >> Become our partner in sales http://qery.us/1bq Start selling Color >> Converter today. 20% commission! >> >> >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your >> subscription preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode >> > > > > -- > http://www.andregarzia.com -- All We Do Is Code. > http://fon.nu -- minimalist url shortening service. > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
