找不到(into array )变量名
if not used('医生信息表')use 医生信息表.dbf in 0
endif
select 医生信息表
a=thisform.text1.Value
sele 医生编号 from 医生信息表 where 医生编号=a into array ysbh
thisform.text1.value=ysbh
sele 医生编号 from 医生信息表 where 医生编号=a into array ysbh
thisform.text5.Value=ysbh
sele 密码 from 医生信息表 where 医生编号=a into array mm
thisform.text4.value=mm
sele 姓名 from 医生信息表 where 医生编号=a into array xm
thisform.text2.value=xmh
sele 医生类别 from 医生信息表 where 医生编号=a into array yslb
thisform.text3.value=yslb
thisform.refresh
(新人上路)
请问大佬们,为什么运行的时候显示找不到变量ysbh?求大佬解答