Merging arrays [POL097 2006-10-18]
Posted: Thu Oct 19, 2006 2:04 pm
With previous POL core, a function returning something like {gump_layout, gump_data} means that I have a bidimensional array like:
{ {"page 0", "nodispose", "text 50 50 30 0"}, {"Test page"} }
Now the 2 array are merged togheter this way:
{ "page 0", "nodispose", "text 50 50 30 0", "Test page" }
It's a feature or a bug?
In first case, I'll have to rewrite a lot of functions...
{ {"page 0", "nodispose", "text 50 50 30 0"}, {"Test page"} }
Now the 2 array are merged togheter this way:
{ "page 0", "nodispose", "text 50 50 30 0", "Test page" }
It's a feature or a bug?
In first case, I'll have to rewrite a lot of functions...