Formats a string and sends it to the Java host.
lw-ji
format-to-java-host format-string args => result
| format-string⇩ | 
A format control string. | 
| args⇩ | 
Arguments for format-string. | 
| result⇩ | 
A boolean. | 
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.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:46