Limit to the amount of data??

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
urbaud
Posts: 120
Joined: Tue Feb 24, 2009 12:10 am

Limit to the amount of data??

Post by urbaud » Sun Apr 28, 2013 11:37 pm

Is there a limit to the amount of data one can put in a custom property? If there isn't, could it be used like a external file?
urbaud

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Limit to the amount of data??

Post by Simon » Sun Apr 28, 2013 11:40 pm

I've seen it used to store an image :shock:
I think it's the same as variable 2 GB, someone will correct me if I'm wrong.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Limit to the amount of data??

Post by Dixie » Mon Apr 29, 2013 12:19 am

Maximum size of a custom property is unlimited... what that means is it is limited by available memory and by LiveCode's total address space of 4G (4,294,967,296 bytes) on 32-bit systems...

Dixie

Post Reply