brainstorm
Member
I want to define a variable with two values. I think It's possible doing this?:
@variable = ["hello", 123]
Well is it possible to extract only one of the values from that variable? Like put:
@value1 = part 1 of @variable
EDIT::: Nvm... I think it's @variable.min and @variable.max. Am I right?
@variable = ["hello", 123]
Well is it possible to extract only one of the values from that variable? Like put:
@value1 = part 1 of @variable
EDIT::: Nvm... I think it's @variable.min and @variable.max. Am I right?