Returns a character list that represents Data
formatted in accordance with Format in
the same way as
- fwrite/2 and
- format/2,
- but takes an extra argument, a list of options.
-
Available options:
-
- CharsLimit
-
-
A soft limit on the number of characters returned.
-
-
+ fwrite/2 and
+ format/2,
+ but takes an extra argument, a list of options.
+
Valid option:
+
+ {chars_limit, CharsLimit}
+
+
A soft limit on the number of characters returned.
+ When the number of characters is reached, remaining
+ structures are replaced by "...".
+ CharsLimit defaults to -1, which
+ means no limit on the number of characters returned.
+
+
@@ -390,11 +394,11 @@
everything below this level is replaced by "...".
Depth defaults to -1, which means
no limitation. Option CharsLimit puts a
- soft limit on the number of characters returned. When the
- number of characters is reached, remaining structures are
- replaced by "...". CharsLimit
- defaults to -1, which means no limit on the number of
- characters returned.
+ soft limit on the number of characters returned. When the
+ number of characters is reached, remaining structures are
+ replaced by "...". CharsLimit
+ defaults to -1, which means no limit on the number of
+ characters returned.