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

Description: Creates a progressbar. The progressbar is created on grid 'grid', it has coordinates 'xpos' and 'ypos', and the width is determined by 'xsize' and the height by 'ysize'. The ID of the created progressbar is returned to the BASIC program.

Example: pbar = VISIO::PROGRESS_BAR (grid, 1, 1, 10, 2)