S
shapper
Hello,
I am defining the following:
Dim Names As String()
Consider the following:
A = {a, T}
B = {b, T}
C = {c}
Every time I create Names string() I will define it as a value and T
or just a value.
Basically, I need to get the value a, b or c to a string Name.
For example:
for A: Name = a
for C: Name = c
How can I do this?
Thanks,
Miguel
I am defining the following:
Dim Names As String()
Consider the following:
A = {a, T}
B = {b, T}
C = {c}
Every time I create Names string() I will define it as a value and T
or just a value.
Basically, I need to get the value a, b or c to a string Name.
For example:
for A: Name = a
for C: Name = c
How can I do this?
Thanks,
Miguel