I seem to have found a search/replace problem with the IDE in 3.5.2 If you search for a string and replace it with a zero length string (basically remove the search string) the results are unpredictable.
I found this out while converting a VB program = a mass replace of CASE IS = val to CASE val produced some interesting results. I've reproduced it and offer the following: multiple repetitions of CASE IS = 3 when told to replace 'Is =' with nothing produces: Case 3 Case 3 Case I3 Case Is Case Is Case Is Case Is ( of course this might have been reported and fixed already - 3.5.2 is not quite up to date ) ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
