| From: Belinda Penick | E-mail: penickb@cstone.net | 1 |
Date: Tuesday, November 6, 2001 at 04:06:06
Subject: Swapping Variables
Comments:
Do you have any information on this or or samples to do of this, swapping variable?
| From: Martin Allen | E-mail: <No e-mail> | 2 |
Date: Saturday, November 10, 2001 at 19:51:45
Subject: RE: Swapping Variables
Comments:
What is it exactly that you want to do? Do you mean getting the value of two variables and swapping them? This can be done by declaring a third variable and using it as a temporary storage space:
|
Dim var1 As String, var2 As String, tmp As String var1 = "Hello" |
This forum is no longer taking new messages or replies since 01 November 2002. The above material is for reference purposes only.
The new Visual Basic 6.0 forum can be found here.