Word into single charater

Hello Team,
i have a string ex.“Uipath”,i need single char value ex.op1:U, op2:I…,
Please guide

i want to Split string into characters…please guide

@Mayyur
have a look here
grafik

A string can be used as an representation of an arrray / collection of characters
Screenshot from above shows:

  • conversion to a char array
  • access by index
  • retrieving the length

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.