1
votes

I need to read a string in CLIPS so i'm usign (readline) but it doesn't seem to work. It doesn't let me enter anything and it just returns "". Any ideea what's the issue?

CLIPS> (readline)
""

I'm using latest version of http://clipsrules.sourceforge.net/

2

2 Answers

0
votes

This was just a bog on that version i was using. It seems that the bug was present only in the Windows version, that with a GUI. If you run it with the one frm command prompt it worked fine. I reported the bug on their google group, they confirmed and i think it is fixed by now.

-1
votes

Check (readln)...

Good luck!