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

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 - 01 Dec 2021 19:30:46