Is there a way to specify arrays as part of the Inspectable metadata tag. I'd like to specify that the developer can either use and a 1,0 array or a Y,N array.
What I'm trying to do is something akin to: [Inspectable(enumeration="[1,0],[Y,N]")] public var values : Array = [1,0]; Ok course, this blows up. If this isn't possible, what are some other options? Brian. *** The information in this e-mail is confidential and intended solely for the individual or entity to whom it is addressed. If you have received this e-mail in error please notify the sender by return e-mail delete this e-mail and refrain from any disclosure or action based on the information. ***

