Select doesn't like Folders with open brackets

The Select statement doesn't work on folders with open brackets [ in their names.

If there are three folders like this

New Folder
New Folder [
New Folder ]

the following will not work:

Select NONE 
Select "New Folder ["

It'll work on the other two folders.

Not a bug. Add EXACT or escape the [ wildcard character if you need to match a literal [.

Thanks for the super quick reply. I often use Select together with SETFOCUS for navigating and was completely confused because it didn't work reliably. Probably explains some other problems, too. Shouldn't have started using brackets so often :wink: