Zetrix
Advanced Premium Member
Ciao Cinzia27 volevo chiederti a te e chi puo se si puo sistemare questa tabella..
in pratica quanto abbiamo due numeri che hanno una dist dispari faremo questo calcolo
39x2=78-10=68 e 10x2=20-39=71
ma come vedi nella tabella scrive soltanto il 68 e forse ho sbagliato qualcosa a scrivere nello script
If pari(Abs(A - B)) Then N1 =((A + B)/2) End If
If dispari(Abs(A -B)) Then N1 = Fuori90(A*2 - B) Or N1 = Fuori90(B*2 - A) End If
D1 = Distanza(A,N1)
D2 = Distanza(N1,B)
T2 = Array(T2,Format2(A),Format2(D1),Format2(N1),Format2(D2),Format2(B))
se scrivo N1 E N2 mi scrive in tutte le tabelle..anche se hanno una dist pari..
If dispari(Abs(A -B)) Then N1 = Fuori90(A*2 - B) : N2 = Fuori90(B*2 - A) End If
D1 = Distanza(A,N1)
D2 = Distanza(N2,B)
T2 = Array(T2,Format2(A),Format2(D1),Format2(N1) & Space(2)& Format2(N2) ,Format2(D2),Format2(B))
se no devo provare a fare un altro calcolo nella tabella..
buona Pasqua
Ultima modifica: