The 'Symbol' box in the Browser supports a '*' wildcard, which should match "zero or more characters." [1] Thus, you might expect that "*arm*" would give a match for: Alarm; AlarmNumber; AlarmState. But it doesn't! it seems that the wildcard search gives up too soon: In the eamples above, *arm* starts to match at the initial 'A', but then fails at the 'l' and gives up; whereas it should continue to scan to the end of the name! [1] Chapter 4, "Getting Started with µVision2;" GS51.pdf