[Contents] · [Home] · [Mail]

SALIERI Language - statAll

Type:
statAll: () -> ()
statAll: maskString -> ()

Call syntax:
statAll()
statAll(mask)

Description:
statAll gives a detailed listing of the workspace objects; for all objects with names matching the pattern-string mask the name, type and size (in bytes) is reported. mask contain wildcard symbols "*", which match arbitrary strings. If mask is not specified, statAll lists all objects in the current workspace.

Example:
> statAll("M*")
Objects matching M*:

Macbeth : string (size=53)
Mahler : sequence (size=12)
Monteverdi : string (size=14)
Mozart : segment (size=28)
Mussorgsky : integer (size=12)

See also: stat.


[Contents] · [Home] · [Mail]
© sic!systems, page frame designed by hh; this page has been automatically generated from the SALIERI Documentation Database.