- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Not sure if my first post went through:
I"m looking for suggestions for the following:
I have a series of rectangles that I want to create variable name and assign an elevation value to it
as it passes through a loop.
Start loop:
Select rectangle 1, assign an elevation then create variable Rectang-1-elev.
Select rectangle 2, assign an elevation then create variable Rectang-2-elev.
etc, etc,
Then later in the routine use a loop to with those variables to do a computation.
Start loop:
Rectang-1-elev - a value from variable
Rectang-2-elev - a value from variable.
etc, etc,
I don't want to keep typing
(setq Rectang-1-elev 2500)
(setq Rectang-2-elev 2800)
etc. etc.
Since I don't know how many rectangles would be present when the routine is ran.
Solved! Go to Solution.