Next Previous Contents

5. vmessage

Synopsis

Print a formatted string onto the message device

Usage

vmessage (String_Type fmt, ...)

Description

The vmessage function formats a sprintf style argument list and displays the resulting string onto the message device.

Notes

In the current implementation, strictly speaking, the vmessage function is not an intrinsic function. Rather it is a predefined S-lang function using a combination of Sprintf and message.

See Also

message, Sprintf, verror


Next Previous Contents