Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
Progress.SetCurrentPos("Progress1", position);
Progress.SetText("Progress1", position.."%");
position = position +1;
if position == 100 then
DialogEx.Close(0)
end
Comment