Jump to content

read all lines afte each other in a list


tannerli
 Share

Recommended Posts

My problem is the following:

i've got a program with two lists in it. the first one's enabled and includes values.

the second list is disabled and if the user clicks on an entry in the first list, the value appears in the second list.

NOW:

if the user clicks on a list entry(still in the first list) i want to check if the value is already written in the second list and if the value is already existing, i want to delete it

can anyone help me?

Link to comment
Share on other sites

My problem is the following:

i've got a program with two lists in it. the first one's enabled and includes values.

the second list is disabled and if the user clicks on an entry in the first list, the value appears in the second list.

NOW:

if the user clicks on a list entry(still in the first list) i want to check if the value is already written in the second list and if the value is already existing, i want to delete it

can anyone help me?

i found a solution for the first problem, but now, how do i can delete a list entry if it's selected?

thx for evry help

Link to comment
Share on other sites

sorry for my unclear writing....

i didn't mean a list as a text file, more a list as a gui-element (GUICtrlCreateList)

Now my questions (i hope clear) repeated:

1. How do i can check all entrys in a such list?

2. How can i delete a such entry?

thank you for your help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...