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