protected string REPLACE( string text, double index, double length, string textToReplace )
Protected Function REPLACE ( _ text As String, _ index As Double, _ length As Double, _ textToReplace As String _ ) As String
protected: String^ REPLACE( String^ text, double^ index, double^ length, String^ textToReplace )