Hi all,
I use a for-loop for getting all values from nst_zaehler(a) which are no values in nst_nenner(a) in the new variable nst_f(a).
I tried to compare the value from nst_zaehler(a) width nst_nenner(a) in this way:
... if nst_zaehler(a)[m = nst_nenner(a)[n ...
I only get a solution for my new...