Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to get the name the (#) last model.
How can i do that ?
STRING $Last_Model = $entity('model',#).name
Solved! Go to Solution.
I need to get the name the (#) last model.
How can i do that ?
STRING $Last_Model = $entity('model',#).name
Solved! Go to Solution.
A lot of the pmill commands work on all entities. The command might not be available via the GUI but will still work unless the developers purposefully disabled it.
ACTIVATE MODEL #
STRING last = entity('model','').Nameof course TK.421's solution works as well.
Thanks this is perfect 🙂