Can't I do this?
Code:Const DblQtMrkAs String = Chr(34)
Printable View
Can't I do this?
Code:Const DblQtMrkAs String = Chr(34)
try this
Const DblQtMrk As String = """"
Allright...
Thank you
If you have a similar need later -
What I do is declare it as a string, and in the startup code
(eg Main in a bas file if you use them, or in the Form_Load of the first form),
just set the variable to the value you want
Rob C