[r66]: / branches / timvh / library / FB_StreamBuffer / GetChar / svnobj  Maximize  Restore  History

Download this file

8 lines (7 with data), 1.2 kB

1
2
3
4
5
6
7
METHOD GetChar : STRING(1)
VAR_INPUT
    udiPos : UDINT;
END_VAR
VAR
pByteChar := pStrBuf + udiPos - 1;
GetChar := pByteChar^;