Next Previous Up Top Contents Index

2.3 The FORMAT module

format-to-string

Function

Summary

Returns a formatted string based on a format control string.

Arguments

control-string
An instance of <string>.

arguments
Instances of <object>.

Values

result
An instance of <string>.

Library

io

Module

format

Description

Calls format to produce output according to control-string and returns the output as a string.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index