Lade...
 

Code-Beispiel: RemoveOBox - OList

 

OList(BoxA, SELECT_MULTIPLE, x, y, w, h) [ INITIALIZE: ... SetFormat ] OList(BoxB, x, y, w, h) [ INITIALIZE: ... SetFormat ] Button(b1, x, y, "->") [ SELECT: // in BoxA selektierte Objekte aus BoxB entfernen: GetObject RemoveObox(, BoxB) ]