Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!nuzba.szn.dk!pnx.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Hans-Peter Diettrich Newsgroups: comp.lang.pascal.delphi.misc Subject: Re: Converting a hex string to its actual character Date: Mon, 16 Jan 2012 07:42:47 +0100 Lines: 8 Message-ID: <9nhvkmF5imU1@mid.individual.net> References: <2a914a41-727e-4e78-a03b-65cf348e2259@24g2000yqi.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net SyYx4vvf812/c5TQqnTTsgYTrZQUbRnIvxcaiSoNl+60mYTnjl Cancel-Lock: sha1:siEpk45LFsDMuzQuugKbNjCqkaQ= User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.lang.pascal.delphi.misc:172 Jamie schrieb: > What is wrong with this. > CharStr := IntTostr('$'+HexStringRep); ? The argument must be a number, but actually is a string. DoDi