Functions Index :: A :: ArrayPrint

[<< up one level]

Module:

debug :: core

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)

...

 

[<< top]

 


[1]: Note that if the string representation of a variable's value is very long it may be clipped.