Reference Guide › AutoShell › AutoShell Core Reference › General AutoShell Commands › arrdump Command--Display an Array (Cmdlet)
arrdump Command--Display an Array (Cmdlet)
This command lists all elements of a one-dimensional array.
The command has the following syntax:
arrdump arr
- arr
-
Defines the array to display.
Example
Display an array:
a = [1,2,"a", true, new Date()];
arrdump a
See also:
objdump Command--Display Enumerable Properties of an Object (Cmdlet)
|
Copyright © 2013 CA.
All rights reserved.
|
|