Thanks for your report. I will look into the issues with tabs and ".
-steinar
Need help to catch a TimeCode
Re: Need help to catch a TimeCode
Hello Steinar,
Another strange thing, when I catch my timecode(01:00:33:24) I convert it to sec I obtain 3633,96 --Perfect.
I want to remove the time of hour at the beginning of TC so simply I populate a new variable with timecode in second - 3600 for obtain 33,96.
Message = Job ended with error on Populate variables@DESKTOP-5U981AC: Error populating %s_temps-precis% with %s_timecodeensec%-3600. String may be too long
It works if I do : - 3000 I obtain 633,96. Ok if I try to *3600 , ok if I try to / or + but -3600 doesn't ok....I'm damned
Cheers
Another strange thing, when I catch my timecode(01:00:33:24) I convert it to sec I obtain 3633,96 --Perfect.
I want to remove the time of hour at the beginning of TC so simply I populate a new variable with timecode in second - 3600 for obtain 33,96.
Message = Job ended with error on Populate variables@DESKTOP-5U981AC: Error populating %s_temps-precis% with %s_timecodeensec%-3600. String may be too long
It works if I do : - 3000 I obtain 633,96. Ok if I try to *3600 , ok if I try to / or + but -3600 doesn't ok....I'm damned
Cheers
Re: Need help to catch a TimeCode
Ok, thanks for the report. I will try and see what's going on. Just need to get over my man flu...
-steinar
-steinar
Re: Need help to catch a TimeCode
Hello Steinar,
Just to confirm there is a problem with get a string when tabs and space are presents. I begin to understand well FFAStrans and when you need to get string between 2 strings with tabs after the first and before the second, its failed. If I replace tabs by space, my get string has "" " before and same thing after. At last, if there is nothing (no space or tabs) it works perfectly.
Thanks.
Cheers.
Just to confirm there is a problem with get a string when tabs and space are presents. I begin to understand well FFAStrans and when you need to get string between 2 strings with tabs after the first and before the second, its failed. If I replace tabs by space, my get string has "" " before and same thing after. At last, if there is nothing (no space or tabs) it works perfectly.
Thanks.
Cheers.
Re: Need help to catch a TimeCode
Yes, there is a problem with the way FFAStrans evaluates user variableIs and I located and fixed a couple of bugs in this regard. So hopefully this is fixed now for the next release. Thanks for reporting!
-steinar
-steinar
Re: Need help to catch a TimeCode
Hello Steinar,
No problem you're welcome
I avoid the bug with $alrep function, no more space or tabs
Thanks.
No problem you're welcome
I avoid the bug with $alrep function, no more space or tabs
Thanks.