HP Forums

Full Version: bug report for REPLACE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The manual says

REPLACE("12345",”3”,”99”) returns "12995"

but it really returns Error:Bad argument type.

Doesnt work with number for start

REPLACE("12345", 3 ,”99”) fails as well
Think I remember seeing either a bug report or fix on this already, but I'll file another just in case. Thanks!
(10-03-2015 11:07 PM)ji3m Wrote: [ -> ]The manual says

REPLACE("12345",”3”,”99”) returns "12995"

but it really returns Error:Bad argument type.

Doesnt work with number for start

REPLACE("12345", 3 ,”99”) fails as well

Workaround: In CAS, use replace (lowercase), not REPLACE (uppercase). It works in both cases in Home.
Reference URL's