Code: Select all
Case #Gadget_Form1_Editortx
            If GetAsyncKeyState_(#VK_CONTROL) 
              If GetKeyState_(82)
                txstring$ = GetGadgetText(#Gadget_Form1_Editortx)
                SetGadgetText(#Gadget_Form1_Editortx,txstring$ + Chr(135))
              EndIf
            EndIfAlso I am trying to find the ascii code for a symbol which is a vertical bar with an up arrow on the top and a down arrow on the bottom. I think it is a DOS character, but I cant find anything like it anywhere.
Alan


