Re: Assign values to characters gen by "FromCharacterCode"
- To: mathgroup at smc.vnet.net
- Subject: [mg40599] Re: Assign values to characters gen by "FromCharacterCode"
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 11 Apr 2003 01:59:11 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <b7388v$nsv$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Evaluate[ToExpression[FromCharacterCode[97]]] = 2 works. Regards Jens Holger Brehm wrote: > > 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