hi ppl,
i've been programming in vb for about 4 years now, but still have been puzzled by the "$". what does the "$" sign do? what is the difference between
asc$("A")
asc("A")

?

the other question i have is about pointers. in C there are pointers, but how do you define a pointer in VB? is there a pointer in VB?