if then. please help

Discuss Lemur and share techniques.
ndivuyo
Regular
Posts:279
Joined:23 May 2014 00:24
Re: if then. please help

Post by ndivuyo » 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!
Attachments
set rows n%60columns.jzml
(3.96KiB)Downloaded 44 times

Smurphd
Newbie
Posts:8
Joined:19 Mar 2015 08:41

Re: if then. please help

Post by Smurphd » 25 Mar 2015 08:20

Thanks, that's just beautiful. I'll see if I can wrap my head around the labeling today but I think it's gonna take me a while

Post Reply