I was wondering if you could help me out. I have a list box that has seltext and every time i want to select another item in the list it adds on. for example i select "/hello" then it appears as "/hello" but then i select something else it will look like this "/hello/greetings" I would like for it to refresh here is the code.
"c:/file/hello"
I would like it to change the /hello but not the c:/file.
E1.delete(len(test),len(seltext))
E1.insert(INSERT, seltext)