This command lists all elements of a one-dimensional array.
The command has the following syntax:
arrdump arr
Defines the array to display.
Example
Display an array:
a = [1,2,"a", true, new Date()]; arrdump a
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |