Memory Conservation

dbrooks

Registered User.
Local time
Today, 18:48
Joined
Dec 22, 2000
Messages
35
I need to send a data type "long" to another form, and want to make sure that I conserve memory. Does it really make a big difference If I send the value to a variable within the code, or to a text box? Won't a text box take up just as much memory as a form level variable?

-db
 
Don't worry about memory in doing this, it's insignificant in the scheme of things.
 

Users who are viewing this thread

Back
Top Bottom