Greetings,
I'm not quite sure whether I got it right on the title.
I'd like to make a function say Paint_me and get a colour as parameter.
However I don't want to pass it as an integer (1,2,3..) or string ("blue", "white",...). My ultimate goal is, when the user calls the function and tries to input the colour, a list like that will be presented to him:
vbBlue
vbRed
...
How is this done? Tried something with Structures but didn't manage it to the end.
Thanxs in advance
I'm not quite sure whether I got it right on the title.
I'd like to make a function say Paint_me and get a colour as parameter.
However I don't want to pass it as an integer (1,2,3..) or string ("blue", "white",...). My ultimate goal is, when the user calls the function and tries to input the colour, a list like that will be presented to him:
vbBlue
vbRed
...
How is this done? Tried something with Structures but didn't manage it to the end.
Thanxs in advance