Wednesday, July 20, 2022

πŸ†• _CONFIRM and _ALERT

 These two functions, together with the previous _PROMPT function, are the three amigos of web browser "Popup Box" functions.  Click on the following links for documentation: _ALERT, _CONFIRM, _PROMPT

Check out the test program:



No comments:

Post a Comment

πŸ“š TIP: PAINT: Clearing an area before painting it

Please keep this in mind when using the PAINT statement: Although painting will not go beyond a pixel coordinate with the specified area edg...