SourceCoders
Newcomer
Is it possible to store an identifier for a variable in another variable ?
Like this (VB.Net) :
dim a as string
a = "xxx"
dim a as string (a=xxx)
Who can help me ????
Thanks a lot.....
Like this (VB.Net) :
dim a as string
a = "xxx"
dim a as string (a=xxx)
Who can help me ????
Thanks a lot.....