!= ' ' though :-). So somewhere you need to convert the non-breaking spaces to breakable spaces with a .replace (possibly in an fnClick override for the CSV button).
thank you Allan; OK non-breaking space != ' ', but in terms of CSV cell, what is the best match? a single blank (hex 20) or undef, perhaps; not A-with-circunflex :).
anyway, I look for .replace stuff samples in the forum.
Replies
Allan
anyway, I look for .replace stuff samples in the forum.
thanks again!