VISIO::NOTEBOOK_PAGE (int notebook, int xsize, int ysize, string text, int pos)

Description: Adds a page to an existing notebook. The xsize and ysize determine the size of the grid which is created on this page. The 'text' argument sets the text in the tab. Finally the 'pos' argument sets the position of the page relative to other pages, starting with position '0'. The ID of the created notebook page is returned to the BASIC program so later on more items can be added.

Example: page = VISIO::NOTEBOOK_PAGE (notebook, 50, 50, “Options”, 0)