opomba,
Dostop do te strani zahteva pooblastilo. Poskusite se vpisati alispremeniti imenike.
Dostop do te strani zahteva pooblastilo. Poskusite lahko spremeniti imenike.
Version: Available or changed with runtime version 1.0.
Replaces all occurrences of a specified string in this TextBuilder instance with another specified string.
Syntax
[Ok := ] TextBuilder.Replace(OldText: Text, NewText: Text)
Parameters
TextBuilder
Type: TextBuilder
An instance of the TextBuilder data type.
OldText
Type: Text
The string to replace.
NewText
Type: Text
The string that replaces OldText.
Return Value
[Optional] Ok
Type: Boolean
true if all occurrences of a specified string were successfully replaced, otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.
Related information
TextBuilder Data Type
Get Started with AL
Developing Extensions