主题:这个怎么错了?
tempweekday=cdow(date())
do case
case tempweekday="monday"
_screen.caption=_screen.caption+" 星期一]"
case tempweekday="tuesday"
_screen.caption=_screen.caption+" 星期二]"
case tempweekday="wednesday"
_screen.caption=_screen.caption+" 星期三]"
case tempweekday="thursday"
_screen.caption=_screen.caption+" 星期四]"
case tempweekday="friday"
_screen.caption=_screen.caption+" 星期五]"
case tempweekday="saturday"
_screen.caption=_screen.caption+" 星期六]"
case tempweekday="sunday"
_screen.caption=_screen.caption+" 星期日]"
endcase
do case
case tempweekday="monday"
_screen.caption=_screen.caption+" 星期一]"
case tempweekday="tuesday"
_screen.caption=_screen.caption+" 星期二]"
case tempweekday="wednesday"
_screen.caption=_screen.caption+" 星期三]"
case tempweekday="thursday"
_screen.caption=_screen.caption+" 星期四]"
case tempweekday="friday"
_screen.caption=_screen.caption+" 星期五]"
case tempweekday="saturday"
_screen.caption=_screen.caption+" 星期六]"
case tempweekday="sunday"
_screen.caption=_screen.caption+" 星期日]"
endcase