Advertisement
Guest User

Untitled

a guest
Apr 9th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. _jour = publicVariable getVariable ["DateJour"];
  2. _numero = publicVariable getVariable ["DateNumero"];
  3. _mois = publicVariable getVariable ["DateMois"];
  4. _annee = publicVariable getVariable ["DateAnnee"];
  5.  
  6. hint format ["Jour : %1, Numero : %2, Mois : %3, Annee : %4", _jour,_numero,_mois,_annee];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement