piyush_dhamecha Newbie
Joined: 29 Sep 2005 Posts: 1 Location: mumbai
|
Posted: Sep 29th, 2005 02:16 AM Post subject: Visual Basic 6.0 And Foxpro Dos Base |
|
|
we ve made one prog in foxpro dosbase
in foxpro there is macro, Means
there is one variable in Foxpro
M_CODE = "2001"
XX = "M_CODE"
Now i m writing in File
@ 10,20 say &xx
this ill print "2001", Means XX = M_CODE = "2001"
It is printing the value of M_CODE which is assigned to XX
----------------------------------
Now This i Want to Do in Visual Basic 6.0 (Macro) Then
Can Any body help me to do this ???????????????/ |
|