[r912]: / trunk / mqttsparkplug / mqttsparkplug / Sparkplug™ MQTT edge and host / Function Blocks / FB_WStringBuilder / FB_WStringBuilder / ReplaceAt / svnobj  Maximize  Restore  History

Download this file

11 lines (10 with data), 1.5 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
METHOD ReplaceAt : IWSTRINGBuilder
VAR_INPUT
    Text     : WSTRING(4096);
    Length   : INT;
    Position : INT;
_workWSTRING := WREPLACE( _WorkWSTRING,
                          Text,
                          Length,
                          Position );
ReplaceAt := THIS^;