Using variables with addEventListener [renamed]

Can this be done?

[varible].addEventListener(MouseEvent.CLICK, [varible]);

If so How? I have tried 50 different ways, with no success. The names of all of my buttons are creating in a for loop and numbered from XML. I need to call each one with a single line. I cant have an event listener for 600 buttons.

thank so much