Also ich würde folgende 2 Varianten versuchen:
Variante 1 stellt den Text immer horizontal dar:
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">DEFINE STYLE "arial_m_o_2" "Arial Westlich", 2.0, 2, 0
STYLE "arial_m_o_2"
rot2 -SYMB_ROTANGLE
TEXT2 0,0, GLOB_ID
del 1Variante 2 dreht den Text nur bei 90 und 270 grad um:
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">DEFINE STYLE "arial_m_o_2" "Arial Westlich", 2.0, 2, 0
STYLE "arial_m_o_2"
if SYMB_ROTANGLE>90 then rot2 -180
if SYMB_ROTANGLE>270 then rot2 -180
TEXT2 0,0, GLOB_ID
if SYMB_ROTANGLE>90 then del 1
if SYMB_ROTANGLE>270 then del 1