Die Doku sagt mir:
--- cut ---
Function Replace(
   ByVal Expression As String,
   ByVal Find As String,
   ByVal Replacement As String,
   Optional ByVal Start As Integer = 1,
   Optional ByVal Count As Integer = -1,
   Optional ByVal Compare As CompareMethod = CompareMethod.Binary
) As String
--- cut ---
wobei die CompareMethod entweder Text oder Binary hei�en darf....


-----Urspr�ngliche Nachricht-----
Von: Claudius Ceteras [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 05. Februar 2004 11:27
An: [EMAIL PROTECTED]
Betreff: RE: [Coffeehouse] replace-Problem....

> Frage: Kann man der Replace-Funktion irgendwie beibringen, 
> auf Gro�- und Kleinschreibung NICHT zu achten?

Ja.. Schau in die Doku!


Claudius

_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an