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


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to