Hello to you all!
I turn to the GE community for the following inquiry:
I know that in C language, concatenating/merging 2 strings ("Hello" and "World" for instance) is coded as follows: "Hello" ## "World".
Nevertheless, taping the following code in GE is not accepted:
strcpy(PhraseVariable , "Hello" ## "World"); => does not work
Have you any idea on that issue?
Many thanks in advance.
Régis