Multiply Index by Width List

I finally got some geometry from my titleBlocks,
right now I’m multiplying the index of each by 17 inches
which works out great if all my sheets are exactly the same 17 inches wide.
I’ve tried w for the whole list or w[0] just to get the first width…
but so far they are both returning null, am I writing it wrong?

Is sheet width a number or a string?

1 Like

good point, it probably is a string…
I used the Bounding Box Width instead and multiplied it by 12,
thanks for catching that.