Message 1 of 2

Not applicable
01-28-2020
10:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, a little ask..
I need to fill a field like this, but with lisp.
%<\AcVar CustomDP.1º TÍTULO>%
I was trying this, no one works.
(defun c:June() (setq '%<\AcVar CustomDP.Nº PLANO>%' "Titulo 1") )
Error: Sintaxis error
(defun c:June() (setq "%<\AcVar CustomDP.Nº PLANO>%" "Titulo 1") )
Error: Sintaxis error
(defun c:June() (setq "CustomDP.Nº PLANO" "Titulo 1") )
Error: Sintaxis error
I hope I have made myself understood
Thanks you.
Solved! Go to Solution.