Post Reply 
bug report for REPLACE
10-03-2015, 11:07 PM
Post: #1
bug report for REPLACE
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

I work with android Prime only for now on my
Galaxy Tab Pro/Note 2
Find all posts by this user
Quote this message in a reply
10-03-2015, 11:41 PM (This post was last modified: 10-03-2015 11:42 PM by Tim Wessman.)
Post: #2
RE: bug report for REPLACE
Think I remember seeing either a bug report or fix on this already, but I'll file another just in case. Thanks!

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
10-05-2015, 03:34 AM
Post: #3
RE: bug report for REPLACE
(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.

<0|ɸ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)