View Single Post
Pro contributor
7Mar2010,22:04  
virxen's Avatar
from the values you assign to it



p.s.
if you use vb
use this command as your first in your code
option explicit
this will force you to define the datatypes for all variables used by your program.