dump
From DavinciWiki
(Redirected from Dump)
Contents: Description, Arguments, Usage, Examples Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: Yes
Description Output an entire object
Arguments and Return Values Arguments: any variable Return Value: none, values are printed to screen
Usage Syntax: dump(object = VAL/TEXT) The dump() function outputs every element of a VAL or TEXT, ignoring the usual 100 value, 10 line limits imposed by echo().
Examples dv> a=clone(1.0,3,3) 3x3x1 array of float, bsq format [36 bytes] 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 dv> dump(a) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |