All Manuals > LispWorks User Guide and Reference Manual > 41 The LW-JI Package

NextPrevUpTopContentsIndex

format-to-java-host

Function
Summary

Formats a string and sends it to the Java host.

Package

lw-ji

Signature

format-to-java-host format-string args => result

Arguments

format-string

A format control string.

args

Arguments for format-string.

Values

result

A boolean.

Description

The function format-to-java-host sends a message to the Java host.

It creates a message by applying cl:format with destination nil to format-string and args, and sends it using send-message-to-java-host with where-keyword :append.

result is the value returned by send-message-to-java-host.

See also

send-message-to-java-host


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex