Hi!
I use Jess for an Italian Manufacturing Group and I'd like to know
how to print some characters into a string, such as "space", CR
(carriage return), LF (line feed) and so on.
If I wanto to print:
"Hello!
My name is Paolo Goodbye!"
using the following program code:
(bind ?message "Hello! My name is Paolo Goodbye!")
then I pass ?message in Java in a code like this:
System.out.println(?message).
My problem is: how characters I have to put in the string after
?message when I write
(bind ?message "Hello! My name is Paolo Goodbye!")
to print the CRLF (carriage return and line feed) or SPACE
to write down the message I wrote above between "" ?
Thank you
Bye!
Paolo Pancini
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------