Bad use of ampersand

In Windows, a single ampersand indicates a hotkey, eg. &File displays as File. Doubling these up displays as a single ampersand. eyebol warns of hints and captions where a single ampersand is used but it is not intended as a hot key. For example:

  Caption=’Fish & Chips’

Should be:

  Caption=’Fish && Chips’




< Back to list of hints and warnings