realbasic-nug.de
[Top] [All Lists]

Re: Bug oder altersblindheit?

To: realbasic-nug dot de at lists dot realsoftware dot com (REALbasic NUG German)
Subject: Re: Bug oder altersblindheit?
From: support at monkeybreadsoftware dot de (Christian Schmitz)
Date: Fri, 28 Jan 2005 17:51:13 +0100
Comments: Written on a PowerMac G4 and sent via DSL.
Delivered-to: realbasic-nug dot de at lists dot realsoftware dot com
Enno Bussmann <enbus at t-online dot de> wrote:

> > Was machst du genau?
>  
>     if left(right(me.text,3),1)=chr(44) then
>       me.text=replaceB(me.text,chr(44),chr(46))

Diese Zeilen sind nicht Encoding Sicher.

Chr() bitte nicht verwenden.

eher z.B. Encodings.Ascii.Chr() oder ChrB().

Mfg
Christian

-- 
Nine thousand functions in one REALbasic plug-in. The MBS Plugin.
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>

<Prev in Thread] Current Thread [Next in Thread>