It is currently April 19th, 2024, 10:46 am

Single RunCommand measure to two meters

Get help with creating, editing & fixing problems with skins
JohnE
Posts: 4
Joined: October 21st, 2019, 1:22 pm

Re: Single RunCommand measure to two meters

Post by JohnE »

:thumbup: Excellent, thanks Jeff, that did the trick.
Jeff wrote: February 11th, 2020, 11:43 pm I am soooooooooo god damn dumb
On the string measure I read the note as Any combination of hard-coded text, variables, dynamic variables, or section variables are not evaluated in this option. instead of what is actually on the page and that's why I didn't recommend string measures at first.
Add

Code: Select all

[SubstringFirst]
Measure=String
String=[measureTLoc3]
DynamicVariables=1
RegExpSubstitute=1
Substitute="(.*)\|.*":"\1"
[SubstringSecond]
Measure=String
String=[measureTLoc3]
DynamicVariables=1
RegExpSubstitute=1
Substitute=".*\|(.*)":"\1"
somewhere in the code (preferably after that measure) and you just MeasureName them on the time meter strings respectively
(you can get rid of DynamicVariables and do FinishAction=!UpdateMeasures if you want, up to you)
Sorry for my lack of being able to read