Search found 3 matches

by lipman
June 4th, 2006, 8:20 am
Forum: Expression Discussion
Topic: speed coeffitient to slow down an expression
Replies: 0
Views: 7242

speed coeffitient to slow down an expression

Hi, I'm looking for any advise about following problem. I need to "slow down or speed up" layers driven by expressions. For this I want to use adjustable SPEED curve. And use enother "Xtime" for myexpressions. So mathematicly i have integral function xt=f(t)(speed); Can I use int...
by lipman
June 2nd, 2006, 9:01 am
Forum: Scripts Discussion
Topic: string variable to int
Replies: 2
Views: 7806

Thank's Vidpat

That's it!
by lipman
June 1st, 2006, 10:56 am
Forum: Scripts Discussion
Topic: string variable to int
Replies: 2
Views: 7806

string variable to int

Hi, i'm getting string variable (timecode time) from text file.
It's processed as a string. For example
var number1="008";
var number2="011";


How can I translate it to integer?