Skip to main content

Module replaceb

Module replaceb 

Source

Functions§

replaceb_fn
REPLACEB(old_text, start_byte, num_bytes, new_text) — replaces N bytes starting at byte position. start_byte is 1-based. For ASCII text this is identical to REPLACE. Returns #VALUE! if start_byte < 1 or num_bytes < 0.