-
looping text Array
Im trying to loop a text Array in AE expressions, but it only works with small letters or whole words.
Expression is to change source text of a text-field.Three examples posted below.
I’m using AE CC on Windows 10.
//working:
var liste = new Array('a','b','c');//also working (Array replaced):
//var liste = new Array('Anton','Berta','Cesar');//not working (array replaced):
//var liste = new Array('A','B','C');var se = Math.floor(time);
var m = se % 3;
liste[m];