Jump to content

format text - help needed


Recommended Posts

dear all,

 

i have a basic lisp-question to FORMAT and i did not find a solution...

 

INPUT

 

(setf alist '((/player "12" 1.0 1.0 1.0)
              (/player "23" 1.0 1.0 1.0)
              (/player "12" 1.0 1.0 1.0)	
              (/player "23" 1.0 1.0 1.0)))

;; with FORMAT to
=> /player "12" 1.0 1.0 1.0, /player "23" 1.0 1.0 1.0, /player "12" 1.0 1.0 1.0, /player "23" 1.0 1.0 1.0

 

by FORMAT 
=> i will save it in a TXT-file on desktop (that works (with-open-file...)), but i have a format-problems with the commatas and the ()

 

thanx for such basic-lisp-help

andré

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy