Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am having some trouble getting this macro to work,
What I am trying to do is, check to see if "BOUNDARY_3" is active, and if it is do ect... ELSE do etc..
I started with this code below and it works as it should.
IF entity_exists('boundary', 'BOUNDARY_3') {
do etc...
} ELSE {
do etc...
}
Here is where I switched it up to have it check if it was active and I'm having no luck getting it to work.
IF active entity_exists('boundary', 'BOUNDARY_3') {
do etc...
} ELSE {
do etc...
}
Any suggestions would be appreciated!
Thank you!
Solved! Go to Solution.