quote:
Originally posted by Geo
Can you remove the spaces in the PSM when the fct "remove value..." is enable.
PSM = "1 Day 3 Hours 40 Minutes 24 Seconds"
PSM = " 3 Hours 39 Minutes 46 Seconds"
PSM = " 38 Minutes 35 Seconds"
PSM = " 15 Seconds"
a simple fix:
just put the space in to the equation:
Before:
code:
%d {d/Day/Days} %h {h/Hour/Hours} %m {m/Minute/Minutes} %s {s/Second/Seconds}
After:
code:
%d{d/ Day / Days }%h{h/ Hour / Hours }%m{m/ Minute / Minutes }%s{s/ Second / Seconds }