Link to home
Start Free TrialLog in
Avatar of WeTi
WeTi

asked on

Powershell var invoke var.

Dear expert

In powershell, is it possible to invoke a variable in a variable? For exemple: $flower = ($color = "Red", leaf = "4", $weight = "50g") ?

Regards
Wei
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WeTi
WeTi

ASKER

Yes, hashtable it will be thanks.