Hello people.
I have a question on making space between objects in array.
I was thinking I can making space by making an integer called space.
However, this may be a problem for me because I'm using this as an array of objects rather than single object.
Then, I thought about writing code for each indexAtObject object for margins, but that would be impossible since my array will be dynamic.
I thought of other ways too but they all had flaws.
I searched for this problem but I couldn't find any.
Therefore, do you guys know any better ways to handle spacing? I'm really stuck.
Just for reference. I want my object to be like this:
object1 (space) object2 (space) object3 (space) object4 (space) object5
Thanks.