in this code
Why i got 34464 not 100000 as result ??
Code:
Progress.SetRange("Progress1", 0, 100000); result = Progress.GetRange("Progress1"); Dialog.Message("Notice", result.End, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
Comment