Name formatdata
Definition formatdata(format:val(string),v:val(T:type)) : expr(string).
Example print(formatdata("%d %d",[10,20]))
Defined in strings.l
Implementation builtin
Description Format the given data into a string using the given format. See Data I/O Formatting in LARD for more detail.