[EMAIL PROTECTED] wrote:
> 
> You can pass either a one-character string, a one-character symbol, an
> integer, or a long, and Jess will convert it to a char.
> 
Sure,

Jess> (call "test" replace "e" "t")
"ttst"

works fine, but how to represent an empty String to emove all "e" ?

(call "test" replace "e" "")
Jess reported an error in routine call
        while executing (call "test" replace "e" "").
  Message: No overloading of method 'replace' in class java.lang.String
I can call with these arguments: (call "test" replace "e" "").
....

Christian

--------------------------------------------------------------------
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]
--------------------------------------------------------------------

Reply via email to