Thank you so much Dan!
yes its scripting…
The second question i had was how can i tell how many dimensions a property has ?
i’m applying an expression to layers and i want the expression to change according to the dimensions…
lets take wiggle for example
if there is a better way to do this please share…
Thanks a lot again!
var expression1 = "wiggle (10,10)";
var expression2 = "w=wiggle (10,10);[w[0],w[0]]";
var expression3 = "w=wiggle (10,10);[w[0],w[0],w[0]]";
for (i=0; i <= sellayers.length-1; i++){
for (p=0; p < = selprop.length-1; p++){
//missing query
selprop[p].expression = //expressionX;
}