VISIO::TEXTBOX (int grid, int xpos, int ypos, int xsize, int ysize)

Description: This command creates a textbox on grid 'grid' with coordinates 'xpos' and 'ypos'. The width of the textbox is determined by 'xsize' and the height by 'ysize'. The command returns the ID of the created textbox.

Example: textbox = VISIO::TEXTBOX (grid, 5, 1, 3, 2)