Bonjour,

j'ai un problème pour récupérer la taille d'un tableau en AS2
voici mon code :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
 
this._chatList[nick] = win
var a:Alert = Alert.show(this._chatList.length,"test", null, null, null);
a.setStyle("themeColor", "haloOrange");
a.setSize(300, 150);
win existe bien mais j'obtiens toujours zéro en taille même après l'ajout de win

Merci