Is there a way to export a variable that has a letter word value instead of numeric?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Tigerbolt5

I’m not sure if this is what you meant.

export var foo = "foo"

Replace the word “foo” with whatever you want.

rahsut | 2020-08-17 15:00

Thank you , it is now working, sorry if the question was kinda of dumb this is my first time using non numeric variables.

Tigerbolt5 | 2020-08-17 15:50

No worries. Everybody has to start somewhere. :slight_smile:

rahsut | 2020-08-17 20:56