Quote:
Originally Posted by truerepacks
Can't use Mathematical Expressions
Code:
Math=Trunc(<TotalCurrentProgress>/<TotalMaxProgress> * 100);.Math=Round((<TotalCurrentProgress>/<TotalMaxProgress> * 100 - Trunc(<TotalCurrentProgress>/<TotalMaxProgress> * 100)) * 10);%
Even Use this
Code:
Math=<TotalCurrentProgress>/<TotalMaxProgress>*100;
EDIT: Okay, Using <TotalProgressPercentage> for Progress Percentage bt still can't use the mathematical expressions (Checking Samples now for help)
SOLVED
NEW MATHEMATICAL EXPRESSIONS IS LIKE
Code:
Math(<VideoSize1>*<VideoDXVers>);
|
At least somebody is taking advantage of the features.