Possible Bug with Replace

Discussion about LiveCode Global Jam events and activities

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Locked
netdzynr
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 62
Joined: Sat Apr 08, 2006 6:04 am
Contact:

Possible Bug with Replace

Post by netdzynr » Fri May 23, 2014 10:35 am

The following replace action is failing in my stacks under 7dp4, where it has worked fine through v6.

put "helloDude" into temp
replace "dude" with "world" in temp
put temp

Temp results in "helloDude" (no replacement) due to the capital "D", where in previous versions replace worked as expected. This appears to be a bug because wholeMatches is not enabled.

hanson
Livecode Staff Member
Livecode Staff Member
Posts: 44
Joined: Thu Jun 16, 2011 9:55 am

Re: Possible Bug with Replace

Post by hanson » Fri May 23, 2014 10:50 am

Hi,

yes, indeed, that does look like a bug. Bug report 12482 has been created for this one.


Kind Regards,

Hanson

hanson
Livecode Staff Member
Livecode Staff Member
Posts: 44
Joined: Thu Jun 16, 2011 9:55 am

Re: Possible Bug with Replace

Post by hanson » Fri May 23, 2014 11:15 am

Hi,

bug http://www.quality.runrev.com/show_bug.cgi?id=12482

is now awaiting build and ready to be included in the next release.


Kind Regards,

Hanson

Locked

Return to “LiveCode Global Jam”