Hello Piotr
Thank you for a good answer.
I'm new on using GDL so I tried my way to got these items so far.
I've used Unid in hotspots from 1000 so the next 2000 ie in 1000 up on each of them macro file.
See codes below:
! Center block over the total length.
unID = 1000
HOTSPOT2 ST +AA +TU +0.075 , ST, unID, B, 1+128: unID=unID+1 !!!POINT BASE
HOTSPOT2 ST +AA +TU +0.075, B, unID, B, 2: unID=unID+1 !!!POINT OF MOVEMENT
HOTSPOT2 ST +AA +TU +0.075, -1, unID, B, 3: unID=unID+1 !!! REFERENCE POINT
! Center block central top part.
unID = 2000
ADD2 ST, MK
HOTSPOT2 AA +TU +0.075 , ST, unID, MKEND, 1+128: unID=unID+1 !!!POINT BASE
HOTSPOT2 AA +TU +0.075 , MKEND, unID, MKEND, 2: unID=unID+1 !!!POINT OF MOVEMENT
HOTSPOT2 AA +TU +0.075 , -1, unID, MKEND, 3: unID=unID+1 !!! REFERENCE POINT
I had seen much appreciated if you could make an example of how you call them
as they come in the right place to serve in the item.
Thank you in advance
Laurits