Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Dave

#1
newLISP in the real world / Return value
October 07, 2005, 07:55:17 PM
How does one get the return value for exec?



(set 'x (exec "command")) seems to return a nil x, regardless if the command is successful or not.
#2
newLISP in the real world / MySQL Read Only?
June 01, 2003, 11:01:31 AM
There are no newlisp functions to write to a MySQL database. It is read only. Are you going to add these soon? It would be useful.