1992 CA-TennisTrophy
The 1992 CA-TennisTrophy was a men's tennis tournament played on indoor carpet courts at the Wiener Stadthalle in Vienna in Austria and was part of the World Series of the 1992 ATP Tour. It was the 18th edition of the tournament and took place from 19 October until 26 October 1992. First-seeded Petr Korda won the singles title.
1992 CA-TennisTrophy | |
---|---|
Date | 19–26 October |
Edition | 18th |
Category | World Series (Free Week) |
Draw | 32S / 16D |
Prize money | $280,000 |
Surface | Carpet / indoor |
Location | Vienna, Austria |
Venue | Wiener Stadthalle |
Champions | |
Singles | |
Doubles | |
Finals
Singles
- It was Korda's 3rd title of the year and the 11th of his career.
Doubles
- It was Båthman's only title of the year and the 3rd of his career. It was Järryd's 3rd title of the year and the 58th of his career.
gollark: ```phpHello, World!```PHP.
gollark: `document.write`, really?
gollark: Not sure what you were asking about, but erlang.
gollark: Ooh, erlang, we should use that.
gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
References
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.