Most streamlined method to get data

Jean-Jacques Wagner Info at dicod.com
Thu Jul 29 13:42:55 EDT 2021


Hi
put replacetext(varlist,quote,numtochar(29)) into varlist2
set the itemdelimiter to numtochar(29)
go each second item numtochar(29) to extract the komma or do whatever wirth it which does not interfer with other char
 the comma to another char
put replacetext (valist2,numtochar(29),quote) into varlist
set the itemdelimiter to komma
..continue to work

instead of 29 use 28, 30 or 31 , rsp one of them which you are not using within your list.

replacetext is very fast

Jean-Jacques Wagner





More information about the use-livecode mailing list