Hi all...
In the old Quick Basic days there used to be 3 commands that seem to have
disappeared from the new visual basic. I was wondering if there are
equivalent commands to the VarPtr, Peek, and Poke commands of the old basic
in the new .net visual basic.
What I am trying to do here is lets say I have a constant variable
Dim A as string = "Panama" or Const A as String = "Panama"
At run time, I would like to change the A variable to let's say Canada, so
after the application is closed and then run again, the A variable will be
equal to Canada.
If so, can someone show me some examples of how to do this please and thank
you.
Joe
In the old Quick Basic days there used to be 3 commands that seem to have
disappeared from the new visual basic. I was wondering if there are
equivalent commands to the VarPtr, Peek, and Poke commands of the old basic
in the new .net visual basic.
What I am trying to do here is lets say I have a constant variable
Dim A as string = "Panama" or Const A as String = "Panama"
At run time, I would like to change the A variable to let's say Canada, so
after the application is closed and then run again, the A variable will be
equal to Canada.
If so, can someone show me some examples of how to do this please and thank
you.
Joe
Comment