you can put the symbol into a text box and then in your dropdown list
with the directions put into the exit event (in formcalc):if ($ == 1)
thenText1.rotate = "90"elseif ($ == 2) thenText1.rotate = "180"elseif ($
== 3) thenText1.rotate = "270"endif(Your form must be saved as a dynamic
form)