I've employed some sample code from the internet. I'll get to the point can anyone tell me what the 'c' character achieves in the following :
Dim myChar as Char = "_"c
The code works fine with or without the appended 'c'
Thank You
Dim myChar as Char = "_"c
The code works fine with or without the appended 'c'
Thank You