Functions Index :: A :: ArrayPrint
Module:
Definition:
ArrayPrint(string array)
Description:
Returns a clip with the values of the elements contained in array printed in separate lines (one line for each element). [1]
Examples:
...
# check if script variables have correct values
# by embedding the following lines of code
ar = ArrayCreate(c1, c2, c3, offset_x, offset_y, eff)
return ArrayPrint(ar)
...
[1]: Note that if the string representation of a variable's value is very long it may be clipped.