View Single Post
  #10  
Old 04-08-2016, 04:30
truerepacks truerepacks is offline
Registered User
 
Join Date: Jul 2015
Location: New Delhi, India
Posts: 78
Thanks: 42
Thanked 46 Times in 28 Posts
truerepacks is on a distinguished road
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>);
__________________
Pleasure from the senses seems like nectar at first, but it is bitter as poison in the end.

Last edited by truerepacks; 04-08-2016 at 05:23.
Reply With Quote
The Following 2 Users Say Thank You to truerepacks For This Useful Post:
Amsal (04-08-2016), Razor12911 (04-08-2016)