I was wondering if someone could help me... I was wondering what the difference is when adding the '$' to the end of a VB function like Right or Left or Mid.... Is there a difference when you add the '$' to the end of it?
Also... I am maintaining a vb app that has variables named with a '$' and/or '%' following the variable name.. for instance:
Dim hello%
Dim hello$
Could someone explain what this means?
Thanks
Also... I am maintaining a vb app that has variables named with a '$' and/or '%' following the variable name.. for instance:
Dim hello%
Dim hello$
Could someone explain what this means?
Thanks