Hi All,
I'm trying to create a simple macro that will collect all the pipe supports that has been modelled for site run pipework. When I try the below, the output I get on the command line is 'ARRAY.'
I think I need to convert the string to an array? Can you point me in the correct direction please.
var !BRAN collect all BRAN WITH HBORE LT 2 for CE
do !brans values !BRAN
!SupRef = !brans.dbref()
!suppo = !SupRef.SUPALLANCIS
$p SUPPOS: $!suppo
$P
enddo