28 Aug
2006
28 Aug
'06
1:07 p.m.
Hi. I have the following sequence #define SEQ (a)(b)(c)(d) I want to transform it to something like this F(a,b) F(b,c) F(c,d) How can I do it efficiently and elegantly? Thank you in advance. Roman Perepelitsa.