"progess";
The attribute "progress"; sets the progress bar.
Synopsis
shape.progress(int percent);
Parameter
Parameter | Description |
---|---|
shape | Name of the object |
percent | The progress bar specified as percentage. |
Description
The attribute "progress"; sets the progress bar.
Example
The following code sets the progress bar to 50%.
main(bool enter)
{
PROGRESS_BAR1.progress(50);
}
Assignment
Progress bar