|
-
Nov 7th, 2001, 09:34 AM
#1
Thread Starter
Lively Member
variable in a variable
i got a variable which have same value in it
and i got a another variable with store the name of the variable
for eg
two variable
name as string
vname as string
name = "sameer"
vname = "name"
Now the problem is
i want to substitue the value of name into a table
can i use vname of doing the same
In foxpro i can do that
tablefiel = &vname
this will store "sameer" in tablefield
can i do this in vb and if so how?
please help
with Regards
sameer Mulgaonkar

-
Nov 7th, 2001, 09:37 AM
#2
No! VB doesn't have pointers or those simple references that FoxPro has.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|