How would I make what I would think is a simple progress bar?
What I want is to enter a start number say 300 and then a goal number say 245 and it show the number and percentage mark.
I was thinking something like
ProgressOn ("Progress bar", "Start and Goal", "Working...")$start = inputbox ("start value","enter value")$goal = inputbox ("goal value", enter value")$percentcomplete = $g/$cProgressSet($percentcomplete)