<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thomas Beinicke wrote:
<blockquote cite="mid200404061054.39893.Merlin-TC@web.de" type="cite">
  <pre wrap="">On Tuesday 06 April 2004 04:06, Peter Hedlund wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">As far as I know KVocTrain is built around the principle of the first
column being the original and additional columns being different
translations of the original. Thus it's currently not possible to do what
you want. I'm not aware of any other program that has this functionality
either. If you want you can file a wishlist item at bugs.kde.org.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thanks, I will do that. But in the meantime do you know if there is any way to 
complete exchange two columns? That would be like a work around.
I really don't want to enter everything again :)
  </pre>
</blockquote>
This will switch translation number one with the primary language<br>
perl -i.bak -pe
's|(&lt;o)(.*?)(&lt;/o&gt;&lt;t)(.*?)(&lt;/t&gt;)|$1$4$3$2$5|'
yourfile.kvtml<br>
(remember to backup your file beforehand...)<br>
<br>
Good luck with your Thai, and please do send the file when you are
happy with it...<br>
It won't be a problem to update the file though, so please send it
sooner than later :-)<br>
<br>
<pre class="moz-signature" cols="72">-- 
Dennis
use Inline C =&gt; q{void p(char*g){
printf("Just Another %s Hacker\n",g);}};p("Perl");
</pre>
</body>
</html>