Retrieve the table after explode.

Retrieve the table after explode.

arpansark0544TCX
Advocate Advocate
2,572 Views
7 Replies
Message 1 of 8

Retrieve the table after explode.

arpansark0544TCX
Advocate
Advocate

Hello friends,

I have by mistake exploded a long table. Is there a way I can convert the same exploded table to a table?

I have tried exporting the file to Excel. But it is too lengthy process.  Please let me know how to get my table back.

Thank you.

 

0 Likes
Accepted solutions (3)
2,573 Views
7 Replies
Replies (7)
Message 2 of 8

ВeekeeCZ
Consultant
Consultant
Accepted solution

EXPLODE is not reversible. Some objects you can recreate, but you'll always lose some properties.

You should have a backup for such occasions. Do the versioning.

 

Anyway, for tables, you can try THIS lisp.

Message 3 of 8

ronjonp
Advisor
Advisor
Accepted solution

There is also THIS.

Message 4 of 8

ВeekeeCZ
Consultant
Consultant
Accepted solution

@ronjonp wrote:

There is also THIS.


 

That is the original of the same routine. They added some adjustments... 

 

The note from posted link:

(author of the utility: Juan Villarreal, fixes and additions: CAD Studio)

Message 5 of 8

john.uhden
Mentor
Mentor

@arpansark0544TCX 

Pay attention... Undo.

Actually, there are times this idiot has done something similar and it might be better to Quit and hope that your previous save or Autosave can get back most of what you did before the catastrophe.

I keep my Autosaves in c:\AutoSave where I can easily access them.  I will even compare the dates and times of the the Autosaved vs. the saved (using ZTree of course) to use the later one, and try to remember what I had done next (other than the errant explode or other such disastrous action).  Also, I keep AutoLogFile on to help remind me of what I had done before the megaOops.

John F. Uhden

Message 6 of 8

arpansark0544TCX
Advocate
Advocate
@ronjonp Thank you for the help.
0 Likes
Message 7 of 8

arpansark0544TCX
Advocate
Advocate
@ВeekeeCZ Thank you for the help.
0 Likes
Message 8 of 8

arpansark0544TCX
Advocate
Advocate
Ok Sir. Thank you.
0 Likes