var resultat;

resultat = rechnen(a, b, c);

if (resultat == 3)
...

EDIT: es wird nicht a mit dem resultat gefüllt, sondern resultat wie in meinem Beispiel

Last edited by Widi; 04/07/10 16:41.