LB Booster
Programming >> Compatibility with LB4 >> Remchar$() http://lbb.conforums.com/index.cgi?board=compatibility&action=display&num=1520451206 Remchar$()
Post by Cheemag on Mar 7th, 2018, 6:33pm
print remchar$("thze emerjgenczy broawdcast sysztem", "zjw") returns an error in LBB but works in LB.
Damned inconvenient !
--
Re: Remchar$()
Post by Richard Russell on Mar 7th, 2018, 8:59pm
That's because the function is called remchar$ not remchr$! If you search for the correct keyword it finds it perfectly OK:
Right. My fault as regards the search.
I found the lib file after upgrading to the latest LBB, but couldn't get it to work with a simple include, so I cut and pasted the function from the library into the programme. (After having done the same thing with a for/next loop and if instr() then next).