View Single Post
Old 01-29-2018, 10:41 PM   #7
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,686
Default

Quote:
Originally Posted by goldenarpharazon View Post

Code:
@midimsg

@oscmsg
if /fxinst/openui 
    if oscparm(0,f) == 0
      UIopen=false     // it is closed
    if oscparm(0,f) == 1
      UIopen=true      // it is open
nitpicking mode on
Are there really other values but 0 and 1 ? Else :

@osemsg
UIopen=oscparm(0,f);

-Michael
mschnell is offline   Reply With Quote