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

Download this file

10 lines (9 with data), 1.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
METHOD InsertAt : IWSTRINGBuilder
VAR_INPUT
    Text : WSTRING(4096);
    Position : INT;
END_VAR
_workWSTRING := WINSERT( _WorkWSTRING,
                         Text,
                         Position );
InsertAt := THIS^;