Moderator: Mmiscool
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.
http://esp8266basic.com
A BASIC interpreter for your ESP
Working now on Autodrop3d. A 3d printer with automatic part ejection system. https://autodrop3d.com
button {text} {branch label} {custom id}
button "Test" [Click] "Click_Me"
http://jokenkosto.blogspot.com/
http://esp8266basic.com
A BASIC interpreter for your ESP
Working now on Autodrop3d. A 3d printer with automatic part ejection system. https://autodrop3d.com