Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi I am quite a beginner and want to merge a bunch of Layers
Therefore I need an if-Routine to filter my Layers by Name
My Problem ist that
(= 01AAA 01###) is True
(= 01AAA 01*) is True
BUT
(= 01222 01###) is nil
(= 01222 01*) is nil
AND even (= "01222" 01###) is nil...
How can I Filter my Layernames 01111, 01122 01129....?
Or is it possible that I don't have the Issue when I work with my String out of Layernames because it wil treat the String-numbers differently and therefore (= 01222 01###) allready is true?
Solved! Go to Solution.