Jump to content
Developer Wiki and Function Reference Links ×

counters


J. Miller

Recommended Posts

Is it possible to create a counter node to keep a running total of integers or real numbers.

I am stepping thru a sorted list and would like to know

the total of the width of the objects in the list while going thru the list

Step 1 = width item (0) = answer 1

Step 2 = width item(0) + width item(1) = answer 2

Step 3 = width item(0) + width item(1) + width item(2) = answer 3

etc, etc

working with a width in this case but it could be most anything height area, etc

Thanks,

Jeff

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...