like we have across: property for controls… is there something like this for a group… i want two groups to appear side by side… and i also want a gro…
i just found out about rolloutcreator… i think thats what i need to create controls on the fly. its dynamic rollouts… i will look into the execute thi…
thanks bobo… i am now using the baketextures macroscript to learn all about rollout… great help. thanks
thanks gravey…
you mean store filestream as an array? never thought we could store filestream into an array. sounds good. thanks i will try this
i input layers from the user >> suppose the user selects 5 layers… from that point i store the 5 names in an array and want the script to run fo…
wow great… i am already using the collect command but i think i can use mapped functions now and it should be a huge saving… i will actually cut down …
i was checking the reference and learnt about mapped functions… did i understand correct that multiple mapped functions can run at the same time… thi…
no that is only one of the functions that I think can be optimized as the if loop is recursive but the value keeps changing… the main global array is…
thanks for the variable undefined tip… will get that done… sorry cant post the script as its deemed confidential as related to work… although most of …
if you want to create a multidimensional array you can define it as: myMultiDimArray = #(#(1,2,3,4,5,6,7,8,9,10),#(10,20,30,40,50,60,70,80,90,100)) …