Is it possible to do a #define in Adobe Flex?
Posted
by Without me Its just Aweso
on Stack Overflow
See other posts from Stack Overflow
or by Without me Its just Aweso
Published on 2010-03-26T23:59:34Z
Indexed on
2010/03/27
0:03 UTC
Read the original article
Hit count: 236
adobe-flex-3
|flex
I'm looking for a way to do something similar to a c/c++ #define in adobe flex.
I'd like to have lots of different paths a project build can take depending on wither or not something was defined. Does such a thing exist in flex?
I know there is ways to set global variables but that wont really suit my purpose. being able to have structures with numerous #ifndefined and such is really what i'm in need of.
thanks!
© Stack Overflow or respective owner