Hi All,
I created this simple 2d script to be used solely in section views. It does exactly what I want it to do........Almost. I need to be able to derive a list from it that includes row, cc, nb. I've also given it an ID of CL in it's properties. The problem is that I can't get it to list in either Interactive Schedule or List components. If I place it on the floor plan I can get it to list fine. Is it not possible to list some thing that is placed directly into a section? Doug
lw=7 5/16"
nb=a
if cut='M' then nb=nb+1"
DEFINE STYLE "mytext2" "ariel", 1.5, 1, 0
set style "mytext2"
TEXT2 a-12", lw-1", STR ("%0ffi",nb)
set style "mytext2"
TEXT2 2", lw-1", row
set style "mytext2"
TEXT2 (A/2)-5",lw-1", cc
line2 0,0,0,lw
line2 0,0,a,0
line2 0,LW,a,LW
line2 a,0,a,LW
hotspot2 0,0
hotspot2 0,lw
hotspot2 a,LW
hotspot2 a,0
hotspot2 a,lw/2
hotspot2 0,lw/2
hotspot2 A/2,lw/2
hotspot2 lw/2,4"