HI Msha
I created this macro by recording the procedure in ABAQUS, and when I want to use it I have to edit the filenames.
And, all the commands are in one straight line.
I want to know, where the appropriate breaks are, or a suitable (free) editor of the macro. So for example..
123 4567 890 1234567890 ...
can be written as
123 4567
890
1234567890...
as appropriate for ABAQUS.
I can run the script, by using macro manager.
Regards