有个变量pla_newtype,想把从它的值从1-16几个数字分成几组
IF (pla_newtype=1 OR pla_newtype=2 OR pla_newtype=3 OR pla_newtype=10 OR pla_newtype=13) low_func=1.
EXECUTE.
IF (pla_newtype=16) low_func=3.
EXECUTE.
IF (pla_newtype=4 OR pla_newtype=5 OR pla_newtype=6 OR pla_newtype=7 OR pla_newtype=8 OR pla_newtype=9 OR pla_newtype=11 OR pla_newtype=12 OR pla_newtype=14 OR pla_newtype=15 )low_func=0.
EXECUTE.
想用DO IF 的ELSE 做 但是出不来?
请问应该怎么弄呢?
这2个语句不会配合着用。。。。
顺便问一下,翻了点书发现很多语句其实不常用
常有的一般有哪些呢?推荐本书吧再 谢谢