Search Results for

    Show / Hide Table of Contents

    Replace

    Function Parameters Return value
    Replace string s, ``string oldValue, ``string newValue string

    Returns a string "s" in which a specified substring "oldValue" has been replaced with another substring "newValue".

    Example:

    Replace("A00", "00", "BC") = "ABC"
    
    Back to top © 1998-2025 Copyright Fast Reports Inc.