如题所述
PB中,例‘数量’这一项,判断它如果长度为0,则 ‘价格’为空 该怎么写?
if isnull(数量) or len(trim(数量)) = 0 then 价格 = ''end ifisnull() :是进行空判断!