Re: if then. please help
Posted: 25 Mar 2015 05:22
Ok good you got it going. so some pointers:
-you can combine scripts that have the same execution (that aren't too full) So you don't have a bunch of on expression x scripts.
-You'll see from my revision that there is a simpler way of organize the condition with the use of the arrays (which are kind of like lists)
--This could be a similar approach for your labelling depending on what you're dealing with.
for example you could do something like I posted before where you pick and choose symbols (labels) from an array and compile them to another array that you use for the label attribute.
Or you could have various arrays that have a group of symbols that you want and then dump them into an array that you use for the labelling attribute on certain conditions.
get creative!
-you can combine scripts that have the same execution (that aren't too full) So you don't have a bunch of on expression x scripts.
-You'll see from my revision that there is a simpler way of organize the condition with the use of the arrays (which are kind of like lists)
--This could be a similar approach for your labelling depending on what you're dealing with.
for example you could do something like I posted before where you pick and choose symbols (labels) from an array and compile them to another array that you use for the label attribute.
Or you could have various arrays that have a group of symbols that you want and then dump them into an array that you use for the labelling attribute on certain conditions.
get creative!