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

Re: RegEx bzw. mymatch.subExpressionstartB

To: realbasic-nug dot de at lists dot realsoftware dot com (REALbasic NUG German)
Subject: Re: RegEx bzw. mymatch.subExpressionstartB
From: support at monkeybreadsoftware dot de (Christian Schmitz)
Date: Thu, 23 Dec 2004 14:00:20 +0100
Comments: Written on a PowerMac G4 and sent via DSL.
Delivered-to: realbasic-nug dot de at lists dot realsoftware dot com
Robert Lehner <r dot lehner at typo-lehner dot de> wrote:

> Was mache ich falsch? Wie lässt sich das umgehen?
> RB 5.5.3 (In RB 4.5.3 klappt alles)

Da fehlt ein SubExpressionStart()!?
Schreib mal einen Bugreport.

Zeitweise tut's auch sowas zum Umrechnen zwischen B und nicht B:

Protected Function FindByte(pos as integer, s as string) As integer
   dim i,c as integer
   dim p as string
   
   c=len(s)
   for i=1 to c
      p=left(s,i)
      if lenb(p)=pos then
         Return i
      end if
   next
End Function

Mfg
Christian

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

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