Can you filter appended text? * Resolved *
Have a what I hope to be easy question.
I have a checked list box that gets appended from some queries against the registry. All of the values that I want to have in this box all start with the word "Windows". However there about 30 other entries that do not start with Windows and I do not want them to be appended to the box. Is there any easy way to filter this data or should I just do something like store it in a variable, trim it to the first 7 chars and before it is written do an IF statement on it?
Thanks for the advice,
Jim