- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I tend to have a difficult time modifying dotted pair lists. But I'm looking for a way to modify a table that automatically gets generated. It has a Title Row, Header Row and of course several Data Rows. I'd like to add a data row at the top, then in each of the cells write some text. I'm assuming a good starting point, is to take all the 141 dotted pairs and insert an extra 141 dotted pair.
Original (141 . 5.0) (141 . 4.33333) (141 . 4.80952) (141 . 4.80952) (141 . 4.80952)
New (141 . 5.0) (141 . 4.33333) (141 . 4.80952) (141 . 4.80952) (141 . 4.80952) (141 . 4.80952)
Then to make sure the values are what I need them to be, but again, i'd have to insert them in the dotted pairs in the right order for them to be at the top data row. All of this of course, using entmod.
Solved! Go to Solution.