Note:

>From my location the browser does: GET
http://127.0.0.1:8081/!setLocation?39.76701600000001&-86.156255

Per Alex:
Since an external (database) symbol starts with dash ('-'), a number
should be prefixed with '+', so a negative number could be specified
with "+-1234567".

Otherwise:

 (de setLocation (Lat Lon)
      (msg Lat)
      (msg Lon)  )

returns: 39.76... and NIL; instead of 39.76... & -86.15...

-rl
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to