From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21884 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Data into arrays in Metapost Date: Thu, 11 Aug 2005 16:25:06 -0700 Message-ID: <26EDBA58-0ABF-11DA-B14E-001124338712@northcoast.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1123802972 31039 80.91.229.2 (11 Aug 2005 23:29:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Aug 2005 23:29:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 12 01:29:30 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1E3MTR-0001fR-0L for gctc-ntg-context-518@m.gmane.org; Fri, 12 Aug 2005 01:28:33 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 733491278E; Fri, 12 Aug 2005 01:28:22 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11685-01; Fri, 12 Aug 2005 01:28:21 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6AEFA1278F; Fri, 12 Aug 2005 01:25:56 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B23231278F for ; Fri, 12 Aug 2005 01:25:54 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08397-07 for ; Fri, 12 Aug 2005 01:25:54 +0200 (CEST) Original-Received: from borg.inreach.com (mail.northcoast.com [209.142.2.71]) by ronja.ntg.nl (Postfix) with SMTP id 91BF31278E for ; Fri, 12 Aug 2005 01:25:51 +0200 (CEST) Original-Received: (qmail 31950 invoked from network); 11 Aug 2005 23:22:58 -0000 Original-Received: from unknown (HELO ?209.209.20.62?) (209.209.20.62) by mail.northcoast.com with SMTP; 11 Aug 2005 23:22:58 -0000 Original-To: Context Mailing List List X-Mailer: Apple Mail (2.619) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21884 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21884 Hi, Is there a way to read an entire data set into an array in Metpost, something like: numeric coeffs[]; coeffs:=[1,2,3,4,5];