[Implemented] Add constants for ReplaceString() ...

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

[Implemented] Add constants for ReplaceString() ...

Post by Psychophanta »

#PB_CaseSensitive=0
#PB_CaseInsensitive=1
#PB_DirectReplaceInMemory=2
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

Why don't you want commands for ComparyMemoryString(), FlipBuffers(), too?

Anyway, this is already requested (by me): http://www.purebasic.fr/english/viewtopic.php?t=30589
PB 4.30

Code: Select all

onErrorGoto(?Fred)
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

AND51 wrote:Why don't you want commands for ComparyMemoryString(), FlipBuffers(), too?

Anyway, this is already requested (by me): http://www.purebasic.fr/english/viewtopic.php?t=30589
Opps!
Oh! right, sorry i didn't see it :?
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

AND51 wrote:commands
OMG I meant "constants". :oops:
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Post Reply