Is it possible to use CHR(34) (a singe quote mark) as a constant? I have tried:
None of those worked! FYI I am using CHR(34) as a representation for inches. I would like to make it so if the user prefered metric the only line he would have to change would be the constant line.![]()
Private Const Units as string = CHR(34) Private Const Units as string = " Private Const Units as string = """
Thanx in advance,
Tom
Bookmarks