We have a method to check if exists a screen with a specific name, and we have another method to get a screen parameters with a specific screenid, but I don't know how to get the screenid from the screen's name.
I mean, I want to check (screen.exists) if it exists a screen with the name "Disk storage" and, if it exists, to get the screenid, not just a "TRUE" value.
I mean, I want to check (screen.exists) if it exists a screen with the name "Disk storage" and, if it exists, to get the screenid, not just a "TRUE" value.