My variable stay the same (they should be different)
the variable nom no (no is the increment)
the variable cas np (np is the increment)
They just appear on the tooltip as the same number, how can I the first one show different value than the 2nd on the next run?
Code:
no=0
np=0
de:
tooltip, Ca =%nom%%no1% Nombre=%cas%%np1% `n Casulty =%nom%%no2% Cas=%cas%%np2%
no++ ;ces 2 variable des cas doivent être incrémenté ici après le tooltip
np++ ;ces 2 variable des cas doivent être incrémenté ici après le tooltip
gosub, Cas
goto de
Cas:
inputbox, nom,, Enter nom
inputbox, cas,, Enter nom
Return