while (fscanf(ifp, " %d %d kl. %d %s - %s %d - %d %d\n", &round, &date, &clock, teeam, &goals, &attendance)
I should probably know this, but the second %d should import a date to my variable, like 20.20.2012 but instead i only get the first 20 and not rest of it.
thank you :)