[r908]: / branches / develop / mqttsparkplug / mqttsparkplug-unittest / Device / Plc Logic / mqttsparkplug / General Helpers / FB_ChangingString / Rotate / svnobj  Maximize  Restore  History

Download this file

9 lines (8 with data), 1.2 kB

1
2
3
4
5
6
7
8
METHOD Rotate
VAR
    tmp : BYTE;
tmp := str[93];
SysMem.SysMemMove(ADR(str) + 1,
    ADR(str),
    SIZEOF(str) - 2);
str[0] := tmp;