| View previous topic :: View next topic |
| Author |
Message |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Mon Feb 14, 2005 7:39 pm Post subject: hwo to remove a item from a list? |
|
|
hello
how do i remove a item from a list that a person slected and not clear the whole list
here is what i have after you click on the item in a list
| Code: |
:LISTBOX1CLICK
%H = @SELECTED(LISTBOX1)
INFO %H
GOTO EVLOOP
|
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Mon Feb 14, 2005 7:58 pm Post subject: |
|
|
Hi Tim,
"List delete,listbox1" will delete only the item the index pointer is pointing at...
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Mon Feb 14, 2005 9:57 pm Post subject: |
|
|
thanks that worked...
thanks again _________________ Have a nice day  |
|
| Back to top |
|
 |
|