pobel 发表于 2013-6-27 14:23 
array tmp FF047H16622 -- FF047H16647;
do over tmp;
tmp=ifc(tmp="0",p1, ifc(tmp="1",p2, if ...
经常看到你的帖子,真心佩服!
这里有这样的问题,我用的您的code,但是有All variables in array list must be the same type, i.e., all numeric or character 这样的错误;
FF047H16622 -- FF047H16647
这几列的数据类型是不一样的啊