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 © 2013 CA. All rights reserved. |
|