VirtualString.Replace(String, String, Variable) Method |
Top |
DescriptionReturns a modified copy of the calling VirtualString in which occurences of stringToReplace have been replaced with replacementString. When replaceType is "All" every occurence is replaced. When replaceType is "First" or "Last" only the first or last occurence is replaced respectively.
Timing Precision Mode This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode. Click here to see the documentation for this object in nanosecond timing precision mode.
Method Signature
Arguments
Return Value
Returns a modified copy of the calling VirtualString in which occurences of stringToReplace have been replaced with replacementString.
Syntax
See also
|