Reading/Writing Vector values
Hi, could someone help me, I need to read/write a vector value from the memory in vb.
Wondering if anyone can tell me how to do it, point me in the right direction or give me some code

You need to be more specific. What is this "vector" value?
You mean a geometrical vector? And if so, in what dimensions? 2,3,4...?
Or do you mean like a c++ vector (in VB it's called a List i think)?