bitter
Guest
Thu Oct 21, 2010 7:36 pm
Anyone know how to use AUTO_TEMPLATE with backslash signal name. It
gave me a parsing error when i do update. I am not a lisp expert. :
( Please help.
for example:
/* foo AUTO_TEMPLATE
(.\a.data (.\abc.data));
*/
foo foo
(.\a.data (.\abc.data));
Guest
Fri Oct 22, 2010 5:11 am
On Oct 21, 12:36 pm, bitter <bitter.vic...@gmail.com> wrote:
Quote:
Anyone know how to use AUTO_TEMPLATE with backslash signal name. It
gave me a parsing error when i do update. I am not a lisp expert. :
( Please help.
for example:
/* foo AUTO_TEMPLATE
(.\a.data (.\abc.data));
*/
foo foo
(.\a.data (.\abc.data));
I don't know anything about these templates, but you need to put a
space after .\abc.data and before the ). Otherwise the two
parentheses and the semicolon will all be treated as part of the
escaped name.