Sun Apr 10, 2016 1:20 am
Hi, I want the Text node to give out frames in this order: 0001 0002 etc and when it hits 10, it should must show 0010 and when it hits 100 - 0100 so it must always stay in the 4 digit pattern
So I'm typing an expression in the Styled Text as this:
Text( iff( time<10,"000"..time,"00"..time) )
but it doesn't work.. neither this one: iff(time<10, Text("000"..time, Text("00"..time))
How would be the right way?
__
--[[BMD's cameras and Resolve all-post workflow evangelist
My old stuff: http://www.youtube.com/rebelorelse
Debug: Asus ROG Duo GX550 i9 10980 48Gb RAM RTX2080MaxQ DaVinci Resolve Studio / Fusion Studio Latest Version]]--