A
Adrian Hawryluk
Does anyone know of a way to manipulate a macro list to remove either
the beginning or the end element? I.e. Given:
#define ELEMENTS EL(1) EL(2) EL(3)
Is there any manipulation to get just EL(1) EL(2) out of ELEMENTS?
Thanks for your help.
Adrian
--
_____________________________________________________________________
\/Adrian_Hawryluk BSc. - Specialties: UML, OOPD, Real-Time Systems\/
\ _---_ Q. What are you doing here? _---_ /
\ / | A. Just surf'n the net, teaching and | \ /
\__/___\___ learning, learning and teaching. You?_____/___\__/
\/______[blog:__http://adrians-musings.blogspot.com/]______\/
the beginning or the end element? I.e. Given:
#define ELEMENTS EL(1) EL(2) EL(3)
Is there any manipulation to get just EL(1) EL(2) out of ELEMENTS?
Thanks for your help.
Adrian
--
_____________________________________________________________________
\/Adrian_Hawryluk BSc. - Specialties: UML, OOPD, Real-Time Systems\/
\ _---_ Q. What are you doing here? _---_ /
\ / | A. Just surf'n the net, teaching and | \ /
\__/___\___ learning, learning and teaching. You?_____/___\__/
\/______[blog:__http://adrians-musings.blogspot.com/]______\/