dump

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
m (Dump moved to dump)
Line 6: Line 6:
 
Return Value: none, values are printed to screen
 
Return Value: none, values are printed to screen
 
|
 
|
Syntax: dump(obj)
+
[[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().
 
The dump() function outputs every element of a VAL or TEXT, ignoring the usual 100 value, 10 line limits imposed by echo().

Revision as of 09:13, 27 March 2006



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