carohe - 2023-03-21

Hi,

is there a way to edit a global variable in a library? Let's say we have a GVL called GlobalVars, which is part of a library, and it has the constant variable gc_uiMaxNumber. The variable gc_uiMaxNumber is initialized with the value "64". Now I would like to have the possibility to set the variable gc_uiMaxNumber to 100, then compile it, download it and start the program. I think it used to work with parameter lists, but that does not exist anymore. Is there a different way of achieving that?

Regards,
carohe