Resolved! splitting a string variable in UCCX
hi,i want to split a variable into a string array in UCCX 8.5, is there a function in UCCX that can help or how can i include java code.e.g.usman,0345,XYZi want to split it in string array,like thisStr[0]= usmanStr[1]=0345Str[2]=XYZ