From _nicki@mail.ru Wed May 23 18:48:42 2001
Received: from smtp5.port.ru (mx5.port.ru [194.67.23.40])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f4NGmf313269
	for <prolog@swi.psy.uva.nl>; Wed, 23 May 2001 18:48:41 +0200 (MET DST)
Received: from ppp136-219.dialup.mtu-net.ru ([62.118.136.219] helo=unemployed)
	by smtp5.port.ru with smtp (Exim 3.14 #12)
	id 152bo6-000MRg-00; Wed, 23 May 2001 20:48:23 +0400
Message-ID: <004401c0e3a8$8a6db3b0$db88763e@unemployed>
From: "=?utf-8?B?0J3QuNC60L7Qu9Cw0Lkg0KTQtdC00L7RgNC+0LI=?=" <_nicki@mail.ru>
To: "Rastei Amelia Viorela" <ra27946@SCS.UBBCluj.Ro>
Cc: "Prolog Mailing List" <prolog@swi.psy.uva.nl>
References: <Pine.LNX.4.21.0105222003440.6764-100000@Rave.SCS.UBBCluj.Ro>
Subject: Re: [SWIPL] numbers
Date: Wed, 23 May 2001 20:48:01 +0400
MIME-Version: 1.0
Content-Type: text/plain;
	charset="utf-8"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700

It is possible to convert char or string to list of their codes. See "Analysing and constructing atoms" of "Built-in predicates" in
Manual.

>    If I have a list of characters ['4','45','6','7','9'], how can i
> transform it into a list of numbers [4,45,6,7,9]?

So you need just a _rule_ to transform a *list* of chars to list of codez.



