It's often used as a convention to show private variables in a class. Some people use it for class atrributes - private or not.
In your example it's assigning a class variable with the value of a parameter. Paul ----- Original Message ----- From: Scott To: [email protected] Sent: Wednesday, July 16, 2008 3:38 PM Subject: [flexcoders] What is the underscore '_' . being used for in flex code? I see example code out there that has variables like _myVar = myVar, what is this doing? TIA!

