Author Topic: Split an array at  (Read 2204 times)

Offline F.M.Elettromeccanica

  • PLUS+1 Developer
  • ***
  • Posts: 47
  • Karma: +1/-0
Split an array at
« on: May 26, 2021, 07:40:33 PM »
Hi all guys,
i have an array of 128 U8 i get from rs232 on dm430, i would like to split it into other arrays, every time a comma "ascii 44" is read i would like to extract the segment of the array.  is there an easy way to do this with structured text?  does anyone have an example of how to separate the data of an array within a POU?  infinitely thanks to those who will answer