B
Barbara
Is it possible in C# to merge two strings to access variable?
(Like in JScript: document('variable'+200).style...)
What I am trying to do is:
I have a class Structure.cs
I would like to create several Structure-s, fill their elements with data,
but in a way that
I can choose starting number (sometimes I need Structure[201],[202],
sometimes [301,302])
(Like in JScript: document('variable'+200).style...)
What I am trying to do is:
I have a class Structure.cs
I would like to create several Structure-s, fill their elements with data,
but in a way that
I can choose starting number (sometimes I need Structure[201],[202],
sometimes [301,302])