Hi,
When I try to add an element to a list I get the following error:
Message:Not a number: "meat"
PrgoramText:( insert$ ?grocery-list meat )
routine:Value.numericValue

The script is as follow:

(bind ?grocery-list (create$ eggs bread milk))
(insert$ ?grocery-list meat)

If I try to add a number after the list name nothing happens to the list
(insert$ ?grocery-list 1 meat)

Is the list meant to be modified or is it static? the reason why I'm asking
this is that
because I couldn't find any delete function to remove elements from the
list.


Any help is appreciated

Thanks

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