Layout Tab name as a field-name
Currently using BricsCAD Lite V26.1.05 (x64) .
I wish to string 2 field-names together to make up my drawing number on my title block.
The 1st bit is ok filename = 101-003-SKE-001.dwg.
The problem is with adding the Layout Tab name ….. there is no ?? field-name for this.
From memory AutoCAD has this ??
So if I have 2x paperspace layout tabs called .01 and .02
So %<\AcVar Filename \f "%tc1%fn2">% = 101-003-SKE-001.01 and xxxx-001.02.
Hope that makes sense.
Regards Kim
Comments
-
Hello.
Soemthng of interest could be to experiment with the CTAB system variable.
This means, Field names: Variables > System variable > CTAB0 -
I use the dieselExpression $(getvar,"ctab")
0 -
I made a support request about the layoutname not being something in the big list of items you can use in fields, I have V25 does not work, don't think its fixed in V26 yet.
Lyubov may comment as Brcisys read the posts.
0 -
Great …. but need to append to the existing field-name as a text string.
0 -
Hello world %<\AcDiesel $(getvar,"ctab")>%
1


