Hi Gaby,

I've got panserver.spad to compile now under 1.4 but now I get a run 
time error when I run

ans:String := string parseAndEvalToStringEqNum$Lisp command

If I compile this test spad

)abbrev package SOCKLIB SockLib

SockLib(): Public == Private where

     Public == Type with

         sendCommand: String -> String

     Private == add

         sendCommand(command) ==
            ans:String := string parseAndEvalToStringEqNum$Lisp command
            "test"


I get this


(2) -> sendCommand("x")

    >> System error:
    The value
   ("   (2)  x"
    "                                                             Type: 
Variable x")
is not of type
   DOUBLE-FLOAT.


Arthur

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
open-axiom-devel mailing list
open-axiom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-axiom-devel

Reply via email to