Hi Andrew,
What is your operating system?
I'm able to display arrays with around 1000 elements rather quickly in the
variables tab of script editor. Several thousands of elements are still
possible, but it is cear impossible to scroll the list of variables and their
contents.
I never needed t
Andrew Meit wrote:
2.
have a folder of 260,000 files
set defaultfolder to that folder
use files() to get info on each file
-- note, rev eventually locks up and fails to respond, and you cant cmd-. out
ether, have to force exit
260,000 files in a single directory is asking a lot of NTFS' btree.
Hi Andrew. Item 1 is not a bug. Livecode has to parse the entire array, and
very large arrays will be sluggish. It would be better to check the contents of
your array with a script and just put the element you are interested in in the
message box, or else, if it is formatted right, that is the f
Anyone else ran into these older bugs of mine:
1.
create a huge 3 dim array via a script with lots of data to show, like in the
thousands
click variable tab
--watch how IDE struggles to show the hierarchy via the arrows..eventually, IDE
will hang
2.
have a folder of 260,000 files
set defaultfol