TimJrSSTi
Computer
- Mar 23, 2009
- 2
Is there a way to create a struct using the value of a variable?
For example say I had the following variables:
league='MLB'
team='Phillies'
How can I create a struct that looks like the following using the variables league & team:
MLB.Phillies.player1='Utley'
Is it even possible?
For example say I had the following variables:
league='MLB'
team='Phillies'
How can I create a struct that looks like the following using the variables league & team:
MLB.Phillies.player1='Utley'
Is it even possible?