dump

From DavinciWiki
Jump to: navigation, search


64-bit SafeYes

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

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left


Recent Core Changes

Modified On: 07-06-2009

Personal tools