M Mop New member Jan 16, 2011 #1 The other day i noticed that if you put a '$' after a variable name it declares that variable as a string. eg. Dim bob$ is the same as Dim bob As String So i was wondering how many other data types you can do this with.
The other day i noticed that if you put a '$' after a variable name it declares that variable as a string. eg. Dim bob$ is the same as Dim bob As String So i was wondering how many other data types you can do this with.