array help

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
mjbg's picture

ok.. just to update.. i

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's picture

nevermind.. i dont really

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's picture

only one more thing when i

only one more thing

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

max stops at the 8670 characteres

so the count is wrong

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.