Ok, I’m no pro so please no flaming.
Take a look at my code:
m = masse;
s = stoffnr;
b = (s+2);
asd = (s * 16);
mm = (m / (s*16+(s+2)));
co2 = mm * s * 44;
What happens here is that “stoffnr” and “masse” is numbers inserted by user in an input-field.
Say someone type in s=2. Flash now calculates that s+2=22 instead of 4, and this happens in all my variables here, so anyone feel like helping me here it would be awesome
Thanks