Saturday, May 7, 2022

🆕 REPLACE$ function

The REPLACE$ function takes a source string resulting from an expression, searches for every occurrence of a search string resulting from an expression, and replaces every one of those occurrences with a replacement string resulting from an expression.

Syntax

REPLACE$(Source_strExpr, Search_strExpr, Replacement_strExpr )

Return Value = Modified_String

No comments:

Post a Comment

🖥 Fractals in Focus : A classic BASIC program with some new twists

This program is a port and mod of Steve Justice's program presented in the "Fractals in Focus" article found in the May 1985 i...