Hi,
Aniyone knows what these ## means in front and after the variables?
#define GREATER.OR.EQUAL(VALUE1, VALUE2)
^ (tcmcs.dll0012.double.cmp.greater.equal(
^ domainof(##VALUE1##),
^ "",
^ ##VALUE1##,
^ ##VALUE2##))
My guess is if one needs to return them in calling program then it should be surrounded by #
Arvind
Aniyone knows what these ## means in front and after the variables?
#define GREATER.OR.EQUAL(VALUE1, VALUE2)
^ (tcmcs.dll0012.double.cmp.greater.equal(
^ domainof(##VALUE1##),
^ "",
^ ##VALUE1##,
^ ##VALUE2##))
My guess is if one needs to return them in calling program then it should be surrounded by #
Arvind