[Top]
predef::
ADT
ADT.Table
ADT.Table.ASCII
|
Method ADT.Table.ASCII.encode()
- Method
encode
-
string ADT.Table.ASCII.encode(object table, void|mapping options)
- Description
-
This method returns a table represented in ASCII suitable for human eyes.
options is an optional mapping. If the keyword "indent" is used
with a number, the table will be indented with that number of space
characters.
|