Re: Assign values to characters gen by "FromCharacterCode"
- To: mathgroup at smc.vnet.net
- Subject: [mg40610] Re: Assign values to characters gen by "FromCharacterCode"
- From: bobhanlon at aol.com (Bob Hanlon)
- Date: Fri, 11 Apr 2003 02:01:23 -0400 (EDT)
- References: <b7388v$nsv$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
ToExpression[FromCharacterCode[97]<>"=2"]
or
Evaluate[ToExpression[
FromCharacterCode[97]]]=2
Bob Hanlon
In article <b7388v$nsv$1 at smc.vnet.net>, Holger Brehm <bre at iwm.fhg.de> wrote:
<<
Subject: Assign values to characters gen by "FromCharacterCode"
From: Holger Brehm <bre at iwm.fhg.de>
To: mathgroup at smc.vnet.net
Date: Thu, 10 Apr 2003 07:59:27 +0000 (UTC)
Hi there,
here is a bit of confusion on how to assign values to a variable that is
not given via "a=2" but rather by "FromCharacterCode[97]=2". I do know
that this line is not going to work. How could one make it work (i.e. if
this is possible at all)? Thanks a lot,
Holger
>><BR><BR>