" /> How to replace “Update” function with “StrAsciTok” ? - Genesys CTI User Forum

Author Topic: How to replace “Update” function with “StrAsciTok” ?  (Read 1645 times)

Offline kapusta1152

  • Jr. Member
  • **
  • Posts: 56
  • Karma: 0
Advertisement
How to replace “Update” function with “StrAsciTok”?

Update['',attch_data]  is working but using  a lot of attached data.

I am planning to use StrAsciTok function instead of Update to parse kvp data with | (pipe) delimiter. Please advise.

Original Update function:

Update['',attch_data] .

#####################

"StrAsciTok” (with Multi Assign" properties)

pair=StrAsciTok[attch_data,'|',0]
pair=StrAsciTok[attch_data,'|',1]

Offline terry

  • Sr. Member
  • ****
  • Posts: 328
  • Karma: 35
Re: How to replace “Update” function with “StrAsciTok” ?
« Reply #1 on: June 10, 2014, 10:40:44 PM »
Sorry, what exactly you want to achive (what is the purpose of the parsing)?
What function(s) better to use will depend from it.