home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.lisp
- Path: sparky!uunet!bcstec!bronte!kayak!ski
- From: ski@atc.boeing.com (Chris Kacoroski,none)
- Subject: Use of format or pprint
- Message-ID: <1992Dec17.173558.18552@grace.boeing.com>
- Sender: usenet@grace.boeing.com (For news)
- Reply-To: ski@atc.boeing.com
- Organization: Boeing - Product Manufacturing Knowledge Based Systems
- Distribution: usa
- Date: Thu, 17 Dec 1992 17:35:58 GMT
- Lines: 33
-
- Hi,
-
- I need help in figuring out a format statement.
-
- (setq a "org")
- (setq b "chris dan ski elaine nick tony charlie jeff jeffw bruce mike kim kelly")
-
- or a list of names
-
- (setq b '("chris" "dan" "ski"...))
-
- What format string
-
- (format "???" a b)
-
- will print them in this format
-
- org: chris dan ski elaine nick tony charlie
- jeff jeffw bruce mike kim kelly
-
-
-
- Thanks in advance
-
-
- Cheers,
-
- Chris "ski" Kacoroski "When we try to pick out anything by itself
- ski@atc.boeing.com we find it connected to the entire universe"
- John Muir
-
-
-
-