ScriptSpot

Forum topic · General Scripting

array help

By mjbg · 2011-11-12

Description

hello

so.. there is a limit of characteres on array?

i am creating some arrays based on some ini files.. but it seems that the array stops at around 8.670 characteres.

but i need some more to complete the array

or there is any way i could segment the array on smaller arrays?

like automaticaly create:
array1 = #(...)
array2 = #(...)
array3 = #(...)

i dont know if i am clear..

thanks

Comments (3)

mjbg · 2011-11-12

ok.. just to update..
i belive the problem isnt with the array

but its the getIniSetting that reads only up to the 8.670 characteres.

i will try to find a workaround

mjbg · 2011-11-12

nevermind..

i dont really know what´s going wrong now..
i managed to create much bigger arrays testing with getfiles

there must be something wrong with my ini or code

mjbg · 2011-11-12

only one more thing

when i try
(getIniSetting "Example" "Example").count

max stops at the 8670 characteres

so the count is wrong