I have a field that has been populated by setting the unicodetext. Some lines actually need unicode -- umlauts, enye, etc. -- and others are plain ascii.
What's the most efficient way to count how many lines are plain and how many actually need unicode? The best thing I've come up with so far is to count the length of each line, and then get the HTML text and compare the lengths minus the <p> and </p>. _______________________________________________ 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