Jump to content

dqsl

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

dqsl's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi All I've been dealing with the same problem today (which Google-lead me to this site) and I think there's a different approach to the problem: Instead of inserting differently sized 2D arrays into each other, I use the For-loop to make a 3D array of 2D arrays. This doesn't truncate the 2D arrays and the smaller arrays will be patched with zeros to match size the largest. From here there's no problem in unfolding a 3D array (of equal size 2D arrays) to a large 2D array, just initialize a 2D array and use another For-loop to insert the pages one by one, next to each other. I know that this reply comes a year too late Dang
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.