StrMidA (FUN)ΒΆ
FUNCTION StrMidA : ERROR
Return <iLength> characters of <pst>, beginning at the <iPosition>-th character position. <iPosition> = 1 is the first character. This function has been adapted from StrMidW
- InOut:
- Scope - Name - Type - Comment - Return - StrMidA- Input - pst- POINTER TO BYTE - udiLength- UDINT- udiPosition- UDINT- pstResult- POINTER TO BYTE - The buffer, where the result will be returned - udiResultBufferSize- UDINT- The size of the buffer (in bytes), where the result will be returned 
