Need help in AUTO_TEMPLATE with backslash signal name

B

bitter

Guest
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));
 
On Oct 21, 12:36 pm, bitter <bitter.vic...@gmail.com> wrote:
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.
 

Welcome to EDABoard.com

Sponsor

Back
Top