"Nick Sabalausky" <a at a.a> wrote in message news:g6arnr$b44$1 at digitalmars.com... > > // Method 3: Associative array of strings > char[char[]] pairs; Sorry, that should be: char[][char[]] pairs;