S
ske
Guest
@Lars Neumeier: > I would go with the following one > ... OR INDEX(ParamValue[paramloop], '(') > 0 ... In that case you can still shave off some more time by reducing repetative array indexing and comparisons this way: t = ParamValue[paramloop]. lQuote = INDEX(t, ' ') + INDEX(t, '~"') + ... > 0
Continue reading...
Continue reading...