avpatil
17th June 2019, 23:14
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

NPRao
18th June 2019, 01:22
Refer to the latest Programmer's manual -

Token pasting (preprocessor) (http://www.baanboard.com/programmers_manual_baanerp_help_3gl_features_token_pasting_preprocessor)

avpatil
18th June 2019, 03:56
Thank you NPRao for your input. It is helpful. The link has little bit more inf that I saw in ERP preporocesser manual.

Regards

Arvind