Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Kent1Cooper
en respuesta a: ebsoares

Try replacing it with "\\P" with the double  backslash.  A backslash is a control character, and to get it to read it as a backslash, it needs another.  Even though in the Properties palette display of contents it may show  like this:

 

THIS IS\PA TEST

 

if you look at the actual content as stored in entity data, it looks like this:

 

(1 . "THIS IS\\PA TEST")

Kent Cooper, AIA