use #define to create text substitutions.
Example:
#define my_color 1 1 1 1#define [your identifier name] [any code that you want]
If you want to change the color of 10 different elements with one line
you just have to use the "identifier"
itemDef {
forecolor my_color
}
0 comments:
New comments are not allowed.