Re: Weird calculation
Re: Weird calculation
- Subject: Re: Weird calculation
- From: Thilo Ettelt <email@hidden>
- Date: Thu, 24 Jan 2002 11:38:47 +0100
Cool, that's great - it works!
Cheers, Thilo
Am Donnerstag den, 24. Januar 2002, um 11:33, schrieb Nick M|ller:
On 24.01.2002 at 11:23 Uhr, Thilo Ettelt wrote:
case 0:
loesung = wert1 + wert2;
case 1:
How about a "break" at the end of each case?
Nick