General area when it fits no where else

Moderator: Mmiscool

User avatar
By Mmiscool
#35923 If you create a program that uses any gui elements it creates unique id for each one.
This function will return the last id for the gui object created.

If you make a program and ad some thing like a button to it and run it you can see that the id is part of the html for that button. To view the source just right click on the page and hit view source in most browsers. You can use this for java script type interactions or for applying css by id.
User avatar
By Mmiscool
#35970 Not at the moment. You use the htmlid() function to retrieve the last I'd generated. It made the interpreter significantly simpler to implimnet.