BigJimSlade
Registered User.
- Local time
- Today, 08:45
- Joined
- Oct 11, 2000
- Messages
- 173
Hey Big Jim here!
Is it possible to reference a variable from a variable? Example:
Dim strA as string
Dim strB as string
Dim strC as string
strA = "strB"
Value of strA = strC 'In other words, setting strB = strC using the value of strA
Did that make any sense?
Thanks in advance!
Big Jim
Is it possible to reference a variable from a variable? Example:
Dim strA as string
Dim strB as string
Dim strC as string
strA = "strB"
Value of strA = strC 'In other words, setting strB = strC using the value of strA
Did that make any sense?
Thanks in advance!
Big Jim