Next Previous Up Top Contents Index

2.3 The FORMAT module

format-to-string

G.f. method

Summary

Returns a formatted string based on a format control string.

Arguments

control-string
An instance of <byte-string>.

arguments
Instances of <object>.

Values

result
An instance of <byte-string>.

Library

io

Module

format

Description

There is one method for format-to-string. The control-string argument must be a <byte-string>. Result is a <byte-string>.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index