-
list object help
their is 3 problems im having with list object
1. finding string * wildcards (within a line not at start)
2. moving a list into richedit or edit objects with ease
3. saving a list file with blank lines. (mmf 1.5 could do it.)
why when loading the list file no blank lines are recorded.
thats a small list of stuff im having trouble with help please.
-
Re: list object help
3 - Put a space in the line.
I don't have MMF 1.5 installed to see if this changed or not, but if it did then it did and the space works.
Edit for a stab at number 2
Just do a load text then your "save.lst" (insert your filename here)
Seems to be working for me.
-
Re: list object help
you could use a loop to put the list into a richedit. Here is an example I made:
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=119716&#Post119 716
-
Re: list object help
thanks for the example Skeets, using a loop like that
would work great even for the app im working on.