Hello Marty

I have a question that is VB 101 I'm sure but I can't find a reference to this type of usage, the so here we go:

In your code you append a $ to the end of some variables. I know that the $ is code for string variable. But you have already declared the variable as a string at the start of the function. So what is the purpose of the $ at this point?

Thanks

David