Search found 1 match
- Wed Mar 01, 2017 7:36 pm
- Forum: Help Me
- Topic: Lazy JavaScript function needs to be run several times for simple layer op
- Replies: 1
- Views: 4711
Lazy JavaScript function needs to be run several times for simple layer op
I'm trying to create a reusable javascript function to organise layers within a selected group. So far so good, but a couple of things are puzzling me: 1) I seem to have to name my function parameter 'myArray' in order to pass it correctly. Is this a JavaScript thing? I'm from Python. 2) I have to r...