View Single Post
  #339  
Old 04-08-2016, 09:16
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by truerepacks View Post
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.
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
Amsal (04-08-2016), truerepacks (04-08-2016)