mir-vadim
12-02-2008, 04:24 PM
Hi.
I have some problem with formating array with more then 20 variables.
a = #(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22)
format (a as string)
returns:
#(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, ...)OK
I remember that there is one function which allow to increase this limit, but I don't remember which one and where to find this fuction in MaxScript reference.
Any ideas?
I have some problem with formating array with more then 20 variables.
a = #(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22)
format (a as string)
returns:
#(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, ...)OK
I remember that there is one function which allow to increase this limit, but I don't remember which one and where to find this fuction in MaxScript reference.
Any ideas?
