Hi Eduardo,
You can try the following script://///////////////////////////////
src$=%H;
nc=wks.nCols;
win -t WKS;
dest$=%H;
dest$!wks.export.CNTRL=7;
for(ii=1; ii<=nc; ii=ii+2) {
colcopy irng:=[src$]1!wcol(ii) orng:=[dest$]1!col(1) lname:=1 units:=1 comments:=1;
colcopy irng:=[src$]1!wcol(ii+1) orng:=[dest$]1!col(2) lname:=1 units:=1 comments:=1;
save -wh %(dest$) %y%(src$)_$(ii).txt;
type -a %y%(src$)_$(ii).txt saved;
}
win -cd %(dest$);
/////////////////////////////////
Hope this works as you wanted.
--Hideo Fujii
OriginLab