My apologies if this is the incorrect place for this post.
I have 2 variables. We can call them;
Total_Width()
Block_Width()
In the following example there are 5 "Blocks." (A,B,C,D,E)
Total_Width() is the width from X through Z.
Block_Width() is the width of any single Block. All Blocks share the same Block_Width().
The left of Block A must remain affixed to X. The right of Block E must remain affixed to Z.
XA B C D EZ
I need some guidance on an equation for positioning B, C, and D, that would keep equal spacing between the Blocks.
Let me know if I've made no sense whatsoever. I appreciate any help.
I have 2 variables. We can call them;
Total_Width()
Block_Width()
In the following example there are 5 "Blocks." (A,B,C,D,E)
Total_Width() is the width from X through Z.
Block_Width() is the width of any single Block. All Blocks share the same Block_Width().
The left of Block A must remain affixed to X. The right of Block E must remain affixed to Z.
XA B C D EZ
I need some guidance on an equation for positioning B, C, and D, that would keep equal spacing between the Blocks.
Let me know if I've made no sense whatsoever. I appreciate any help.