I would like to provide a dropdown where the user can pick P1- P4. But currently I am struggeling to define a run as a variable, because it consists of two strings.
Is there a chance to use escape sequences to define strings within a string?
could refRun be something like, (quotation marks escaped by):
"\"MESSAGEix-GLOBIOM 1.0\", \"LowEnergyDemand\" "?
Or maybe you have a more simple idea, how such a choice could be realized..?
I would like to provide a dropdown where the user can pick P1- P4. But currently I am struggeling to define a run as a variable, because it consists of two strings. Is there a chance to use escape sequences to define strings within a string?
could refRun be something like, (quotation marks escaped by): "\"MESSAGEix-GLOBIOM 1.0\", \"LowEnergyDemand\" "? Or maybe you have a more simple idea, how such a choice could be realized..?