Author Topic: Field  (Read 1739 times)

0 Members and 1 Guest are viewing this topic.

Fabricio28

  • Swamp Rat
  • Posts: 670
Field
« on: September 21, 2015, 01:55:55 PM »
Hi Guys,

How Can I join file name and layout tab name in just one field?

Code: [Select]
%<\AcVar Filename \f "%fn2">% - %<\AcVar ctab>%
regards

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: Field
« Reply #1 on: September 21, 2015, 02:44:46 PM »
Don't try and combine them into one field, just add each field to an mtext string.

Fabricio28

  • Swamp Rat
  • Posts: 670
Re: Field
« Reply #2 on: September 21, 2015, 03:15:16 PM »
Don't try and combine them into one field, just add each field to an mtext string.

It was exactly I did.

I'd like to know if is possible to combine them.

Thank you :)

Vandyck

  • Newt
  • Posts: 24
Re: Field
« Reply #3 on: September 22, 2015, 08:47:16 AM »
try this:
%<\AcDiesel $(getvar,dwgname) $(getvar,ctab)>%