Macro Subtitution
-
Hi All, Please help me with this problem, say in VB I have two variables of string type dim x as string dim y as string x="y" y="dd" Is there any way by which I can change the value of y through x, like in some languages u can use &x="fff" which actually changes the value of y thru x. Is there any thing like that in VB, Please help
-
Hi All, Please help me with this problem, say in VB I have two variables of string type dim x as string dim y as string x="y" y="dd" Is there any way by which I can change the value of y through x, like in some languages u can use &x="fff" which actually changes the value of y thru x. Is there any thing like that in VB, Please help
Your talking about pointers and VB/VB.NET doesn't support them. That's reserved for C++ and C#. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome