Not a bug, but improved help for RemoveString()

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

infratec
Always Here
Always Here
Posts: 7835
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Not a bug, but improved help for RemoveString()

Post by infratec »

Code: Select all

Debug RemoveString("This Is Art", "is") ; wird "Th Is Art" anzeigen
Debug RemoveString("This Is Art", "is", #PB_String_NoCase) ; wird "Th  Art" anzeigen
Debug RemoveString("This Is Art", "is", #PB_String_NoCase, 1, 1) ; wird "Th Is Art" anzeigen