delphi if a in[1,2,3,4,5] then b='c' else b=''如果a等于1,2,3,4,5时b等于c,否则等于空 这个句子在delphi报表里面怎么写?
问题描述:
delphi if a in[1,2,3,4,5] then b='c' else b=''
如果a等于1,2,3,4,5时b等于c,否则等于空 这个句子在delphi报表里面怎么写?
答