RobotStudio event

how to use "SocketReceive" to receive 3 "num"

  now i want to use socketmessage domain to receive the 3 data one time from pc.but i don`t know how to receive.Is there any instruction like c#"string.split()"?If anybody know  how to solve it,please tell me !

Comments

  • you must to receive the 3 data with the instruction
    SocketReceive "Your socket" Str := "the string where you want to save the 3 datas";

    now, you can process this string to separate the 3 datas.

     

    I hope that helps you
  •  thanks a lot,i`ve solved the problem!