monica1
10th February 2005, 11:12
I have this code:
if tfcmg001.bank = "001" or tfcmg001.bank = "002" then
......
endif
If it's possible to define a constant to have the 2 constants, something like
#define BANKS ("'001", "002")
Thank you,
if tfcmg001.bank = "001" or tfcmg001.bank = "002" then
......
endif
If it's possible to define a constant to have the 2 constants, something like
#define BANKS ("'001", "002")
Thank you,