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

🖥A "10PRINT" Variant, BAMified

This program by Charlie Veniot is a port and mod of Ian Witham's C64 program found in this YouTube video. New colours are randomly proje...